Module css

Module css 

Source
Expand description

Helpers for CSS value parsing.

Functionsยง

parser_context_for_anonymous_content ๐Ÿ”’
Creates a ParserContext without a document, using no quirks mode and no error reporter.
parser_context_for_document ๐Ÿ”’
Creates a ParserContext from the given document.
parser_context_for_document_with_reporter ๐Ÿ”’
Like parser_context_for_document, but with a custom error reporter.