1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 21:45:08 +00:00
serenity/Userland/Libraries/LibWeb/CSS/Parser
Sam Atkins 29d78bba4b LibWeb: Use StyleComponentValueRules for StyleBlockRule's values
Noticed while doing this that attribute selectors have two different
ways of saying "starts with", and so AttributeMatchType::StartsWith
needs a better name. But I'll change that when I add the missing
types.

These class names are a mouthful to fit in a commit message. :^)
2021-07-11 23:19:56 +02:00
..
AtStyleRule.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
DeclarationOrAtRule.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
DeprecatedCSSParser.cpp AK: Implement String::find_any_of() and StringView::find_any_of() 2021-07-02 21:54:21 +02:00
DeprecatedCSSParser.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Parser.cpp LibWeb: Use StyleComponentValueRules for StyleBlockRule's values 2021-07-11 23:19:56 +02:00
Parser.h LibWeb: Convert some CSS parser *Rule classes to using pointers 2021-07-11 23:19:56 +02:00
QualifiedStyleRule.h LibWeb: Convert some CSS parser *Rule classes to using pointers 2021-07-11 23:19:56 +02:00
StyleBlockRule.h LibWeb: Use StyleComponentValueRules for StyleBlockRule's values 2021-07-11 23:19:56 +02:00
StyleComponentValueRule.h LibWeb: Convert some CSS parser *Rule classes to using pointers 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
StyleRules.cpp LibWeb: Use StyleComponentValueRules for StyleBlockRule's values 2021-07-11 23:19:56 +02:00
Token.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
Token.h LibWeb: Add convenience methods to CSS::Parser::Token 2021-07-11 23:19:56 +02:00
Tokenizer.cpp Everywhere: Replace ctype.h to avoid narrowing conversions 2021-06-03 13:31:46 +02:00
Tokenizer.h Everywhere: codepoint => code point 2021-06-01 10:01:11 +02:00