Andreas Kling 1206dd2215 LibWeb: Make parse_html_length() accept floating point numbers 3 years ago
..
DeclarationOrAtRule.h 2c84379846 LibWeb: Add accessors to CSS::DeclarationOrAtRule 4 years ago
Parser.cpp 1206dd2215 LibWeb: Make parse_html_length() accept floating point numbers 3 years ago
Parser.h fff12847d5 LibWeb: Pull out larger parsing parts from Parser::parse_simple_selector 3 years ago
StyleBlockRule.h 6119783027 LibWeb: Don't copy Tokens twice on StyleBlockRule initialization 3 years ago
StyleComponentValueRule.h 3a162d2394 LibWeb: Add StyleComponentValueRule::is_token() helper 3 years ago
StyleDeclarationRule.h a99d02e14d LibWeb: Add an enum for !important 3 years ago
StyleFunctionRule.h 23dc0dac88 LibWeb: Parse and resolve UnresolvedStyleValues 3 years ago
StyleRule.h 89086c337c LibWeb: Fix constness of return type from StyleRule::block() 3 years ago
StyleRules.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
Token.cpp 2975d7275d LibWeb: Don't serialize hex-colors as identifiers 3 years ago
Token.h 2f2efc4775 LibWeb: Use llround in CSS::Token::to_closest_integer 3 years ago
Tokenizer.cpp fd235d8a06 LibWeb: Don't put a backslash after escape sequences in text-like tokens 3 years ago
Tokenizer.h 269a24d4ca LibWeb: Pass correct values to would_start_an_identifier() 3 years ago