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 |
Sam Atkins
|
aad2f0963f
LibWeb: Teach the CSS parser about extra color keywords
|
2 years ago |
Sam Atkins
|
465ecf37c2
LibWeb: Make `property_id_from_string()` return Optional
|
2 years ago |
Sam Atkins
|
03613dc14d
LibWeb: Make `value_id_from_string()` return Optional
|
2 years ago |
Andreas Kling
|
74bdbdf43f
LibWeb: Parse font-weight and font-style inside @font-face rules
|
2 years ago |
Sam Atkins
|
4e47e6a3d6
LibWeb: Reject invalid tokens in `calc()` expressions
|
2 years ago |
Aliaksandr Kalenik
|
6e0601a63e
LibWeb/CSS: Implement parsing of grid-auto-columns and grid-auto-rows
|
2 years ago |
Rimvydas Naktinis
|
42bfe5db5f
LibWeb: Change implicit background-size height to auto
|
2 years ago |
Andreas Kling
|
6fe4fcb74b
LibWeb: Add a class to represent the "source set" concept from HTML
|
2 years ago |
Aliaksandr Kalenik
|
c2f6ba8f5f
LibWeb: Parse calc() function in grid sizes
|
2 years ago |
Sam Atkins
|
f4d8a24fe4
LibWeb: Propagate errors from parse_css_value and property_initial_value
|
2 years ago |
Sam Atkins
|
ba6d37ee6f
LibWeb: Propagate errors when parsing StyleValues
|
2 years ago |
Sam Atkins
|
d16600a48b
LibWeb: Propagate errors from StyleValue construction
|
2 years ago |
Emil Militzer
|
31e1be0438
LibWeb: Support multi-keyword syntax for CSS display property
|
2 years ago |
martinfalisse
|
22202715fc
LibWeb: Parse `grid-template` property
|
2 years ago |
martinfalisse
|
bebf4363db
LibWeb: Change name of GridTrackSizeListStyleValue
|
2 years ago |
MacDue
|
a5fa5e55ef
LibWeb: Allow specifying a URL for an SVG fill
|
2 years ago |
Sam Atkins
|
0f9f6aef81
LibWeb: Simplify StyleValue API now that `auto` isn't a length
|
2 years ago |
Sam Atkins
|
5647d37d42
LibWeb: Stop parsing `auto` as a Length
|
2 years ago |
Sam Atkins
|
7458cf4231
LibWeb: Check flex longhands first when parsing flex shorthand
|
2 years ago |
Sam Atkins
|
22cb74d9ff
LibWeb: Properly handle `auto` when parsing `background-size`
|
2 years ago |
Andreas Kling
|
8c03d21e95
LibWeb: Fix broken handling of `flex: <flex-grow>` shorthand
|
2 years ago |
Sam Atkins
|
d0f80b40b2
LibWeb: Reimplement CalculatedStyleValue as a calculation node tree
|
2 years ago |