Sam Atkins
|
b69f6097de
LibWeb: Resolve type of calc() expressions at parse-time
|
3 years ago |
Sam Atkins
|
b818d952d1
LibWeb: Combine the two sets of calc() operator enums
|
3 years ago |
Sam Atkins
|
db04b5687d
LibWeb: Move calc()-resolution code from Length to CalculatedStyleValue
|
3 years ago |
Sam Atkins
|
5826fe094f
LibWeb: Allow comma- or space-separated StyleValueLists
|
3 years ago |
Sam Atkins
|
f22d8c8f77
LibWeb: Move non-trivial StyleValue to_string() methods to cpp file
|
3 years ago |
Tobias Christiansen
|
69aac6ecd7
LibWeb: Add new property 'text-decoration-style'
|
3 years ago |
Sam Atkins
|
cff44831a8
LibWeb: Remove Length::Type::Percentage :^)
|
3 years ago |
Sam Atkins
|
cb0cce5cdc
LibWeb: Convert flex-basis to LengthPercentage
|
3 years ago |
Sam Atkins
|
784ba2ec42
LibWeb: Convert background-position to LengthPercentage
|
3 years ago |
Sam Atkins
|
f602249ae9
LibWeb: Convert background-size from Length to LengthPercentage
|
3 years ago |
Sam Atkins
|
f75e796909
LibWeb: Convert border-radii from Length to LengthPercentage :^)
|
3 years ago |
Sam Atkins
|
2a3abf09ff
LibWeb: Remove BorderRadiusStyleValue::to_length() hack
|
3 years ago |
Sam Atkins
|
ea0f6b42f0
LibWeb: Add PercentageStyleValue, and parse it
|
3 years ago |
Sam Atkins
|
0bb5bda23e
LibWeb: Alphabetize StyleValue classes
|
3 years ago |
Daniel Bertalan
|
4a81b33c07
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
|
3 years ago |
Sam Atkins
|
c9062b4ed5
LibWeb: Remove now-unused CustomStyleValue
|
3 years ago |
Sam Atkins
|
000fb5a70d
LibWeb: Add new UnresolvedStyleValue class
|
3 years ago |
Sam Atkins
|
aa43bee0d1
LibWeb: Store all background properties in BackgroundLayerData
|
3 years ago |
Sam Atkins
|
c052457498
LibWeb: Bring BackgroundStyleValue::to_string() to spec
|
3 years ago |
Sam Atkins
|
96936d04d6
LibWeb: Parse background-size as part of background shorthand
|
3 years ago |
Sam Atkins
|
ae2a3bf185
LibWeb: Add BackgroundSizeStyleValue
|
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 |
Sam Atkins
|
0f393771b7
LibWeb: Move image resource request out of ImageStyleValue constructor
|
3 years ago |
Sam Atkins
|
78e57096e2
LibWeb: Distinguish between integer and float in NumericStyleValue
|
3 years ago |
Sam Atkins
|
fd8c94c094
LibWeb: Make 'auto' LengthStyleValues return 'auto' identifier
|
3 years ago |