ladybird/Userland/Libraries/LibWeb/CSS/Parser
Sam Atkins 017d6c3314 LibWeb: Implement counter-[increment,reset,set] properties
These control the state of CSS counters.

Parsing code for `reversed(counter-name)` is implemented, but disabled
for now until we are able to resolve values for those.
2024-07-26 11:04:30 +01:00
..
Block.cpp
Block.h
ComponentValue.cpp
ComponentValue.h
Declaration.cpp
Declaration.h
DeclarationOrAtRule.cpp
DeclarationOrAtRule.h
Dimension.h
Function.cpp
Function.h
GradientParsing.cpp LibWeb: Parse color values using TokenStream 2024-04-22 06:47:05 +02:00
Helpers.cpp
MediaParsing.cpp
Parser.cpp LibWeb: Implement counter-[increment,reset,set] properties 2024-07-26 11:04:30 +01:00
Parser.h LibWeb: Implement counter-[increment,reset,set] properties 2024-07-26 11:04:30 +01:00
ParsingContext.cpp LibWeb: Add CSS ParsingContext constructor with a realm and URL 2024-05-16 08:02:43 +02:00
ParsingContext.h LibWeb: Add CSS ParsingContext constructor with a realm and URL 2024-05-16 08:02:43 +02:00
Rule.cpp
Rule.h
SelectorParsing.cpp LibWeb: Don't infer descendant combinator for <compound-selector> 2024-07-23 18:03:46 +02:00
Token.cpp
Token.h
Tokenizer.cpp LibWeb: Skip CSS tokenizer filtering when string has no '\r' or '\f' 2024-07-20 15:35:30 +02:00
Tokenizer.h
TokenStream.h