ladybird/Userland/Libraries/LibWeb/CSS/Parser
Simon Wanner 6437f5da36 LibWeb: Add basic support for the attr() CSS function
CSS Values and Units Module Level 5 defines attr as:
  `attr(<q-name> <attr-type>?, <declaration-value>?)`

This implementation does not contain support for the type argument,
effectively supporting `attr(<q-name>, <declaration-value>?)`
2022-03-30 03:18:14 +02:00
..
DeclarationOrAtRule.h
Parser.cpp LibWeb: Add basic support for the attr() CSS function 2022-03-30 03:18:14 +02:00
Parser.h LibWeb: Streamline how inline CSS style declarations are constructed 2022-03-29 16:35:46 +02:00
StyleBlockRule.h LibWeb: Don't copy Tokens twice on StyleBlockRule initialization 2022-03-21 12:49:00 +01:00
StyleComponentValueRule.h LibWeb: Make StyleComponentValueRule use a Variant 2022-03-22 15:47:36 +01:00
StyleDeclarationRule.h LibWeb: Add an enum for !important 2022-02-12 16:13:27 +00:00
StyleFunctionRule.h LibWeb: Parse and resolve UnresolvedStyleValues 2021-12-09 21:30:31 +01:00
StyleRule.h LibWeb: Fix constness of return type from StyleRule::block() 2022-03-21 12:49:00 +01:00
StyleRules.cpp LibWeb: Make StyleComponentValueRule use a Variant 2022-03-22 15:47:36 +01:00
Token.cpp LibWeb: Tidy up CSS::Token::to_debug_string() 2022-03-22 15:47:36 +01:00
Token.h LibWeb: Add basic support for the attr() CSS function 2022-03-30 03:18:14 +02:00
Tokenizer.cpp LibWeb: Remove separate Token::m_unit field 2022-03-22 15:47:36 +01:00
Tokenizer.h LibWeb: Use CSS::Number for Token numeric values 2022-03-22 15:47:36 +01:00