Sam Atkins
|
95c17dfab5
LibWeb/CSS: Parse and propagate font-feature-settings property
|
9 months ago |
Sam Atkins
|
55812aaed2
LibWeb/CSS: Parse and propagate font-variation-settings property
|
9 months ago |
Sam Atkins
|
1a127c9d37
LibWeb/CSS: Expand single-none-parsing helper to parse any keyword
|
9 months ago |
Sam Atkins
|
cd13b30fb8
LibWeb/CSS: Add parsing for `<opentype-tag>`
|
9 months ago |
Sam Atkins
|
2516297c86
LibWeb/CSS: Return StringStyleValue from parse_string_value()
|
9 months ago |
Sam Atkins
|
1d8867d9ae
LibWeb/CSS: Parse and propagate the font-language-override property
|
9 months ago |
Sam Atkins
|
76daba3069
LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue
|
9 months ago |
Sam Atkins
|
2a0f6fd23e
LibWeb: Bring parse_as_sizes_attribute() up to date with the spec
|
9 months ago |
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 |
Tim Ledbetter
|
00f03f3e90
LibWeb: Match attribute selectors case insensitively in XML documents
|
10 months ago |
Sam Atkins
|
6a74b01644
LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct
|
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
|
dae9c9be40
LibWeb/CSS: Add quick-and-dirty parsing for pseudo-element selectors
|
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
|
576a431408
LibWeb: Implement CounterStyleValue
|
11 months ago |