ladybird/Userland/Libraries/LibWeb/CSS/Parser
Sam Atkins debf38ee9d LibWeb: Add namespaces to Attribute selectors
For now, we parse these, but don't actually consider the namespace when
matching them. `DOM::Element` does not (yet) store attribute namespaces
so we can't check what they are.
2023-08-08 20:49:45 +01:00
..
Block.cpp
Block.h
ComponentValue.cpp
ComponentValue.h LibWeb: Introduce and use ComponentValue::is_delim() helper 2023-06-09 20:37:51 +02:00
Declaration.cpp
Declaration.h
DeclarationOrAtRule.cpp
DeclarationOrAtRule.h
Function.cpp
Function.h
Helpers.cpp LibWeb: Move some static functions from CSS/Parser.cpp into a new file 2023-07-11 09:38:37 +03:30
Parser.cpp LibWeb: Add namespaces to Attribute selectors 2023-08-08 20:49:45 +01:00
Parser.h LibWeb: Add SimpleSelector::QualifiedName, with parsing 2023-08-08 20:49:45 +01:00
ParsingContext.cpp LibWeb+LibJS: Move some code around to make CSS/Parser parse faster 2023-07-11 09:38:37 +03:30
Rule.cpp
Rule.h
Token.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
Token.h LibWeb: Store the original representation of CSS tokens 2023-03-22 19:45:40 +01:00
Tokenizer.cpp LibWeb: Store the original representation of CSS tokens 2023-03-22 19:45:40 +01:00
Tokenizer.h LibWeb: Store the original representation of CSS tokens 2023-03-22 19:45:40 +01:00
TokenStream.h LibWeb: Add preliminary support for CSS animations 2023-05-29 05:35:41 +02:00