Commit History

Author SHA1 Message Date
  Sam Atkins 4c98906e2c LibWeb/CSS: Parse `@layer` rules 10 months ago
  Adam Harald Jørgensen 3e92ec80f3 LibWeb: Set correct longhand values when using grid-placement shorthand 10 months ago
  Samuel Fry c42679597a LibWeb: Support parsing columns 10 months ago
  Sam Atkins 3af6a69f1e LibWeb: Introduce color-function-specific style values 10 months ago
  Sam Atkins 27be8678c9 LibWeb/CSS: Introduce helper methods for parsing numeric values 10 months ago
  Sam Atkins 79bd942dd1 LibWeb/CSS: Inline number/integer parsing 10 months ago
  Sam Atkins 9bc71ab1fe LibWeb/CSS: Stop using `parse_color()` 10 months ago
  Sam Atkins 37ea4e3b5f LibWeb: Rename CSSColorValue::create() to create_from_color() 10 months ago
  Sam Atkins 4e48afd9a7 LibWeb: Store ShadowStyleValue's color as a StyleValue 10 months ago
  Sam Atkins 581d00293c LibWeb: Rename ColorStyleValue -> CSSColorValue 10 months ago
  Sam Atkins f518811f73 LibWeb: Use CSSKeywordValue for CSS-wide keywords 10 months ago
  Sam Atkins 6a74b01644 LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 10 months ago
  Sam Atkins 9559f0f123 LibWeb: Rename IdentifierStyleValue -> CSSKeywordValue 10 months ago
  Sam Atkins 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 10 months ago
  Sam Atkins 80a20be176 LibWeb/CSS: Bring previous CSSRule parsing up to standard 11 months ago
  Sam Atkins 9de73bf89b LibWeb/CSS: Parse gradient functions with TokenStream 11 months ago
  Sam Atkins 29d7aa9fc9 LibWeb/CSS: Parse url() functions with TokenStream 11 months ago
  Sam Atkins d5f3a610ac LibWeb/CSS: Split out `@keyframes` parsing code 11 months ago
  Sam Atkins e5737232c0 LibWeb/CSS: Split out `@supports` parsing code 11 months ago
  Sam Atkins 5b883929e0 LibWeb/CSS: Split out `@namespace` parsing code 11 months ago
  Sam Atkins 16049db560 LibWeb/CSS: Split out `@import` parsing and convert it to TokenStream 11 months ago
  Sam Atkins b9b2fd62b5 LibWeb/CSS: Parse builtin values using TokenStream 11 months ago
  Sam Atkins 98963e0c9a LibWeb/CSS: Flatten parse_basic_shape_function() into only caller 11 months ago
  Sam Atkins e5553d6d2f LibWeb/CSS: Make parse_color() take a TokenStream 11 months ago
  Sam Atkins 5abe246385 LibWeb/CSS: Treat counters() function with 1 argument as invalid 11 months ago
  Sam Atkins 6ae2b8c3d9 LibWeb/CSS: Parse custom-idents more consistently 11 months ago
  Sam Atkins 59778d2b36 LibWeb/CSS: Make CSS Parser::create() infallible 11 months ago
  Sam Atkins 89c5f25016 LibWeb/CSS: Remove tiny-oom propagation from CSS Tokenizer 11 months ago
  Sam Atkins 576a431408 LibWeb: Implement CounterStyleValue 11 months ago
  Sam Atkins 017d6c3314 LibWeb: Implement counter-[increment,reset,set] properties 11 months ago