FalseHonesty
|
dcead6f5eb
LibWeb: Add support for parsing place-content shorthand CSS property
|
2 years ago |
stelar7
|
e23d31ae83
LibWeb: Lazy evaluate optional to avoid crash
|
2 years ago |
Ali Mohammad Pur
|
e90752cc21
LibWeb: Add preliminary support for CSS animations
|
2 years ago |
Ali Mohammad Pur
|
279924242d
LibWeb: Add CSS CompositeStyleValue
|
2 years ago |
Ali Mohammad Pur
|
49bb04a6ba
LibWeb: Visit CSS block tokens for var() tokens as well
|
2 years ago |
Ali Mohammad Pur
|
5cd01bd644
LibWeb: Allow '0' as a CSS dimension value
|
2 years ago |
Andi Gallo
|
c411b5408e
LibWeb: Improve support for selecting an image source
|
2 years ago |
Sam Atkins
|
e8a946c674
LibWeb: Remove StyleValue::has/to_length()
|
2 years ago |
Sam Atkins
|
6bbf163499
LibWeb: Create a LengthStyleValue for flex-basis of `0`
|
2 years ago |
Aliaksandr Kalenik
|
ab5b89eb95
LibWeb: Add basic parsing of grid shorthand CSS property
|
2 years ago |
Sam Atkins
|
b0a43404b9
LibWeb: Avoid nullptr dereference when parsing grid sizes
|
2 years ago |
Sam Atkins
|
f6fae315e3
LibWeb: Add CustomIdentStyleValue, along with parsing for it
|
2 years ago |
Sam Atkins
|
c0e61f92c0
LibWeb: Remove now-unused `parse_css_value(ComponentValue)` method
|
2 years ago |
Sam Atkins
|
7e8ed996c9
LibWeb: Use new StyleValue parsing for transform-origin
|
2 years ago |
Sam Atkins
|
f759a16087
LibWeb: Use new StyleValue parsing for text-decoration
|
2 years ago |
Sam Atkins
|
a473f6074d
LibWeb: Use new StyleValue parsing for text-decoration-line
|
2 years ago |
Sam Atkins
|
a7a61c4cd9
LibWeb: Use new StyleValue parsing for overflow
|
2 years ago |
Sam Atkins
|
2da15f987f
LibWeb: Use new StyleValue parsing for list-style
|
2 years ago |
Sam Atkins
|
7386ed7cfb
LibWeb: Use new StyleValue parsing for content
|
2 years ago |
Sam Atkins
|
c8626f2294
LibWeb: Use new StyleValue parsing for font and font-family
|
2 years ago |
Sam Atkins
|
100adffdfb
LibWeb: Use new StyleValue parsing for flex-flow
|
2 years ago |
Sam Atkins
|
5d8b01ad04
LibWeb: Use new StyleValue parsing for border and its sided versions
|
2 years ago |
Sam Atkins
|
91c9d10a78
LibWeb: Use new StyleValue parsing for flex
|
2 years ago |
Sam Atkins
|
021fd15434
LibWeb: Use new StyleValue parsing for background-size
|
2 years ago |
Sam Atkins
|
8e34bdc123
LibWeb: Use new StyleValue parsing for background-repeat
|
2 years ago |
Sam Atkins
|
a0ec05ef81
LibWeb: Use new StyleValue parsing for background-position[-x,-y]
|
2 years ago |
Sam Atkins
|
b0fe07cba3
LibWeb: Use new StyleValue parsing for `background`
|
2 years ago |
Sam Atkins
|
d90ad19201
LibWeb: Use new StyleValue parsing for "simple" properties
|
2 years ago |
Sam Atkins
|
bcacc2357e
LibWeb: Implement smarter CSS StyleValue parsing
|
2 years ago |
Sam Atkins
|
da4b2d9ca3
LibWeb: Cache initial property values when parsing `background`
|
2 years ago |