ladybird/Userland/Libraries/LibWeb/CSS/Parser
Sam Atkins f9ffa34622 LibWeb: Remove broken CSS:Parser::is_combinator()
A single DELIM token is only one character long, so the check for
a "||" DELIM didn't work. We now just do the check inline.
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 LibWeb: Convert QualifiedStyleRule to a RefPtr type in new Parser 2021-07-11 23:19:56 +02:00
DeprecatedCSSParser.cpp LibWeb: Add remaining CSS AttributeMatchTypes 2021-07-11 23:19:56 +02:00
DeprecatedCSSParser.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Parser.cpp LibWeb: Remove broken CSS:Parser::is_combinator() 2021-07-11 23:19:56 +02:00
Parser.h LibWeb: Remove broken CSS:Parser::is_combinator() 2021-07-11 23:19:56 +02:00
QualifiedStyleRule.h LibWeb: Convert QualifiedStyleRule to a RefPtr type in new Parser 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: Convert QualifiedStyleRule to a RefPtr type in new Parser 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 LibWeb: Fix greedy CSS Tokenizer whitespace parsing 2021-07-11 23:19:56 +02:00
Tokenizer.h Everywhere: codepoint => code point 2021-06-01 10:01:11 +02:00