Sam Atkins
|
ae4f0000c8
LibWeb: Make MediaFeature a top-level class and add factory methods
|
3 years ago |
Sam Atkins
|
6299d68e45
LibWeb: Introduce MediaFeatureValue type for use in media queries
|
3 years ago |
Sam Atkins
|
0a8e289f37
LibWeb: Update `<general-enclosed>` definition to match spec change
|
3 years ago |
Sam Atkins
|
c9062b4ed5
LibWeb: Remove now-unused CustomStyleValue
|
3 years ago |
Sam Atkins
|
23dc0dac88
LibWeb: Parse and resolve UnresolvedStyleValues
|
3 years ago |
Sam Atkins
|
dea4f83037
LibWeb: Use a string instead of an internal Parser class in Supports
|
3 years ago |
Sam Atkins
|
7d5c626276
LibWeb: Add <general-enclosed> support to Media Queries
|
3 years ago |
Sam Atkins
|
99e18f40fb
LibWeb: Use new GeneralEnclosed class in Supports
|
3 years ago |
Sam Atkins
|
e760263728
LibWeb: Parse CSS `<general-enclosed>`
|
3 years ago |
Sam Atkins
|
9286aa77bc
LibWeb: Break friendship between CSS Token and Parser :^(
|
3 years ago |
Sam Atkins
|
d37f62fd54
LibWeb: Verify that the Tokenizer doesn't produce Dimensions from %
|
3 years ago |
Sam Atkins
|
522faa1554
LibWeb: Use number value from CSS Tokens
|
3 years ago |
Sam Atkins
|
738e682ae0
LibWeb: Make `@import` rules functional again :^)
|
3 years ago |
Sam Atkins
|
16d9ae0f88
LibWeb: Stop consuming too many tokens when parsing background-position
|
3 years ago |
Sam Atkins
|
72d080b4ba
LibWeb: Parse multiple backgrounds :^)
|
3 years ago |
Sam Atkins
|
8fd4678e79
LibWeb: Parse comma-separated lists for most background properties
|
3 years ago |
Sam Atkins
|
0da014befd
LibWeb: Remove CSS Parser method overloads with no TokenStream parameter
|
3 years ago |
Sam Atkins
|
7936f79825
LibWeb: Remove ParsingContext parameter from private CSS Parser methods
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
Sam Atkins
|
63aa399873
LibWeb: Allow `none` value for `transform` property
|
3 years ago |
Sam Atkins
|
96936d04d6
LibWeb: Parse background-size as part of background shorthand
|
3 years ago |
Sam Atkins
|
67214e0b61
LibWeb: Parse `background-size` property
|
3 years ago |
Sam Atkins
|
891dd46a17
LibWeb: Store Repeat values directly in BackgroundRepeatStyleValue
|
3 years ago |
Sam Atkins
|
5d0acb63ae
LibWeb: Use BackgroundRepeatStyleValue in `background` shorthand
|
3 years ago |
Sam Atkins
|
532f1e859d
LibWeb: Parse `background-clip` and `background-origin`
|
3 years ago |
Sam Atkins
|
018a4aa85c
LibWeb: Parse `background-attachment` as part of `background` property
|
3 years ago |
Sam Atkins
|
116a5fe5d0
LibWeb: Add `background-position` to `background` property
|
3 years ago |
Sam Atkins
|
988a8ed3d8
LibWeb: Parse CSS `background-position` property
|
3 years ago |
Timothy Flynn
|
eb0fb38cac
LibWeb: Support parsing some data: URLs in CSS
|
3 years ago |
Sam Atkins
|
52a1be5eae
LibWeb: Allow whitespace when parsing "!important" in CSS
|
3 years ago |