1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:48:12 +00:00
serenity/Userland/Libraries/LibWeb/CSS/Parser
Sam Atkins b7116711bf LibWeb: Add TokenStream class to CSS Parser
The entry points for CSS parsing in the spec are defined as accepting
any of a stream of Tokens, or a stream of ComponentValues, or a String.
TokenStream is an attempt to reduce the duplication of code for that.
2021-07-11 23:19:56 +02:00
..
DeclarationOrAtRule.h LibWeb: Merge CSS Parser's QualifiedStyleRule and AtStyleRule 2021-07-11 23:19:56 +02:00
DeprecatedCSSParser.cpp LibWeb: Add context to new CSS parser, and deprecate the old one 2021-07-11 23:19:56 +02:00
DeprecatedCSSParser.h LibWeb: Add context to new CSS parser, and deprecate the old one 2021-07-11 23:19:56 +02:00
Parser.cpp LibWeb: Add TokenStream class to CSS Parser 2021-07-11 23:19:56 +02:00
Parser.h LibWeb: Add TokenStream class to CSS Parser 2021-07-11 23:19:56 +02:00
StyleBlockRule.h LibWeb: Give CSS Token and StyleComponentValueRule matching is() funcs 2021-07-11 23:19:56 +02:00
StyleComponentValueRule.h LibWeb: Rename CSS::Token::TokenType -> Type 2021-07-11 23:19:56 +02:00
StyleDeclarationRule.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
StyleFunctionRule.h LibWeb: Convert some CSS parser *Rule classes to using pointers 2021-07-11 23:19:56 +02:00
StyleRule.h LibWeb: Merge CSS Parser's QualifiedStyleRule and AtStyleRule 2021-07-11 23:19:56 +02:00
StyleRules.cpp LibWeb: Add direct StyleComponentValueRule constructors 2021-07-11 23:19:56 +02:00
Token.cpp LibWeb: Give CSS Token and StyleComponentValueRule matching is() funcs 2021-07-11 23:19:56 +02:00
Token.h LibWeb: Give CSS Token and StyleComponentValueRule matching is() funcs 2021-07-11 23:19:56 +02:00
Tokenizer.cpp LibWeb: Add TokenStream class to CSS Parser 2021-07-11 23:19:56 +02:00
Tokenizer.h LibWeb: Add TokenStream class to CSS Parser 2021-07-11 23:19:56 +02:00