Expand description
Helpers for CSS value parsing.
Functionsยง
- parser_
context_ ๐for_ anonymous_ content - Creates a
ParserContextwithout a document, using no quirks mode and no error reporter. - parser_
context_ ๐for_ document - Creates a
ParserContextfrom the given document. - parser_
context_ ๐for_ document_ with_ reporter - Like
parser_context_for_document, but with a custom error reporter.