Sam Atkins
|
27be8678c9
LibWeb/CSS: Introduce helper methods for parsing numeric values
|
10 月之前 |
Sam Atkins
|
79bd942dd1
LibWeb/CSS: Inline number/integer parsing
|
10 月之前 |
Sam Atkins
|
9bc71ab1fe
LibWeb/CSS: Stop using `parse_color()`
|
10 月之前 |
Sam Atkins
|
37ea4e3b5f
LibWeb: Rename CSSColorValue::create() to create_from_color()
|
10 月之前 |
Sam Atkins
|
4e48afd9a7
LibWeb: Store ShadowStyleValue's color as a StyleValue
|
10 月之前 |
Sam Atkins
|
581d00293c
LibWeb: Rename ColorStyleValue -> CSSColorValue
|
10 月之前 |
Sam Atkins
|
f518811f73
LibWeb: Use CSSKeywordValue for CSS-wide keywords
|
10 月之前 |
Sam Atkins
|
6a74b01644
LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct
|
10 月之前 |
Sam Atkins
|
9559f0f123
LibWeb: Rename IdentifierStyleValue -> CSSKeywordValue
|
10 月之前 |
Sam Atkins
|
0e3487b9ab
LibWeb: Rename StyleValue -> CSSStyleValue
|
10 月之前 |
Sam Atkins
|
80a20be176
LibWeb/CSS: Bring previous CSSRule parsing up to standard
|
11 月之前 |
Sam Atkins
|
9de73bf89b
LibWeb/CSS: Parse gradient functions with TokenStream
|
11 月之前 |
Sam Atkins
|
29d7aa9fc9
LibWeb/CSS: Parse url() functions with TokenStream
|
11 月之前 |
Sam Atkins
|
d5f3a610ac
LibWeb/CSS: Split out `@keyframes` parsing code
|
11 月之前 |
Sam Atkins
|
e5737232c0
LibWeb/CSS: Split out `@supports` parsing code
|
11 月之前 |
Sam Atkins
|
5b883929e0
LibWeb/CSS: Split out `@namespace` parsing code
|
11 月之前 |
Sam Atkins
|
16049db560
LibWeb/CSS: Split out `@import` parsing and convert it to TokenStream
|
11 月之前 |
Sam Atkins
|
b9b2fd62b5
LibWeb/CSS: Parse builtin values using TokenStream
|
11 月之前 |
Sam Atkins
|
98963e0c9a
LibWeb/CSS: Flatten parse_basic_shape_function() into only caller
|
11 月之前 |
Sam Atkins
|
e5553d6d2f
LibWeb/CSS: Make parse_color() take a TokenStream
|
11 月之前 |
Sam Atkins
|
5abe246385
LibWeb/CSS: Treat counters() function with 1 argument as invalid
|
11 月之前 |
Sam Atkins
|
6ae2b8c3d9
LibWeb/CSS: Parse custom-idents more consistently
|
11 月之前 |
Sam Atkins
|
59778d2b36
LibWeb/CSS: Make CSS Parser::create() infallible
|
11 月之前 |
Sam Atkins
|
89c5f25016
LibWeb/CSS: Remove tiny-oom propagation from CSS Tokenizer
|
11 月之前 |
Sam Atkins
|
576a431408
LibWeb: Implement CounterStyleValue
|
11 月之前 |
Sam Atkins
|
017d6c3314
LibWeb: Implement counter-[increment,reset,set] properties
|
11 月之前 |
Sam Atkins
|
ca10fb4129
LibWeb/CSS: Refactor `contains_single_none_ident()` to actually parse it
|
11 月之前 |
Andreas Kling
|
de2b9eebe6
LibWeb: Inherit CSS variables across shadow boundaries
|
11 月之前 |
Edwin Hoksberg
|
e5deaa1c07
LibWeb: Implement grid-template function fit-content()
|
11 月之前 |
Sam Atkins
|
9fb44cb057
LibWeb/CSS: Make StringStyleValue hold a FlyString
|
11 月之前 |