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
|
1 year ago |
Sam Atkins
|
017d6c3314
LibWeb: Implement counter-[increment,reset,set] properties
|
1 year ago |
Sam Atkins
|
ca10fb4129
LibWeb/CSS: Refactor `contains_single_none_ident()` to actually parse it
|
1 year ago |
Andreas Kling
|
de2b9eebe6
LibWeb: Inherit CSS variables across shadow boundaries
|
11 months ago |
Edwin Hoksberg
|
e5deaa1c07
LibWeb: Implement grid-template function fit-content()
|
1 year ago |
Sam Atkins
|
9fb44cb057
LibWeb/CSS: Make StringStyleValue hold a FlyString
|
1 year ago |
Colin Reeder
|
5c315b532e
LibWeb: Add more legacy -webkit- aliases
|
1 year ago |
Gingeh
|
e8d32bab58
LibWeb/CSS: Support hwb, oklab and oklch color functions
|
1 year ago |
Gingeh
|
490a36bab1
LibWeb/CSS: Split parse_rgb_or_hsl_color into separate functions
|
1 year ago |
Luke Warlow
|
6623177265
LibWeb: Implement support for scrollbar-gutter
|
1 year ago |
Matthew Olsson
|
667e313731
LibWeb: Parse easing values manually
|
1 year ago |
Andreas Kling
|
7f2c833a39
LibWeb: Implement CSSKeyframesRule.cssRuleList
|
1 year ago |
MacDue
|
0135af6e60
Meta: Add `basic-shape` as a CSS property value type
|
1 year ago |
MacDue
|
120915048c
LibWeb: Parse the `polygon()` basic shape function
|
1 year ago |
Andrew Kaster
|
60b3436ea3
LibWeb: Support loading FontFaces constructed with binary data
|
1 year ago |
Andrew Kaster
|
de98c122d1
LibWeb: Move CSS unicode-ranges parsing code into a common helper
|
1 year ago |