martinfalisse
|
9d99bd8258
LibWeb: Use String class in certain CSS Grid classes
|
2 years ago |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 years ago |
martinfalisse
|
ce0f41b9fb
LibWeb+WebContent: Use new String class in CSS::StyleValue
|
2 years ago |
Sam Atkins
|
7d40e3eb0d
LibWeb: Replace all px Length creation with Length::make_px(CSSPixels)
|
2 years ago |
MacDue
|
d3588a9a2b
LibWeb: Support `calc()` values in `background-position`
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
MacDue
|
28028be2fc
LibWeb: Support `repeating-radial-gradient()`s
|
2 years ago |
MacDue
|
22a7611e1c
LibWeb: Parse `radial-gradient()`s
|
2 years ago |
MacDue
|
f1f1977e2d
LibWeb: Move color stop list parsing to standalone functions
|
2 years ago |
MacDue
|
c02163c31f
LibWeb: Allow optional values to be missing when parsing `<position>`s
|
2 years ago |
martinfalisse
|
513a123728
LibWeb: Handle multiple line names in the CSS Grid
|
2 years ago |
Aliaksandr Kalenik
|
2675b9390b
LibWeb: Parse unknown media type in media queries
|
2 years ago |
Aliaksandr Kalenik
|
93238edf8f
LibWeb: Respect media attribute of style tag
|
2 years ago |
MacDue
|
2c2b9fb1d7
LibWeb: Parse `repeating-conic-gradient()`s
|
2 years ago |
MacDue
|
51cd37110a
LibWeb: Fix parsing `conic-gradient()`s with only `at <position>`
|
2 years ago |
Andreas Kling
|
8869dec5fd
LibWeb: Add CSS::Parser helper for parsing a standalone "calc()" value
|
2 years ago |
Aliaksandr Kalenik
|
e4db71c88b
LibWeb: Support translate3d
|
2 years ago |
Aliaksandr Kalenik
|
f099e2aa12
LibWeb: Use more verbose input in CSS transform function generator
|
2 years ago |
MacDue
|
49497044de
LibWeb: Parse `conic-gradient()`s
|
2 years ago |
MacDue
|
ee72dcd523
LibWeb: Parse CSS `<position>`s
|
2 years ago |
martinfalisse
|
829f56572d
LibWeb: Parse line names in grid track position properties
|
2 years ago |
martinfalisse
|
78a573d678
LibWeb: Parse line names in grid track size declarations
|
2 years ago |
martinfalisse
|
b2b677e984
LibWeb: Refactor GridTrackSize classes
|
2 years ago |
martinfalisse
|
e227e8027f
LibWeb: Parse minmax() value
|
2 years ago |
martinfalisse
|
a5f042b424
LibWeb: Parse auto-fill and auto-fit attributes
|
2 years ago |
martinfalisse
|
3cba4b6e41
LibWeb: Refactor parsing a GridTrackSize
|
2 years ago |
martinfalisse
|
f7af190de0
LibWeb: Add parent classes for managing GridTrackSizes
|
2 years ago |
martinfalisse
|
f538dc2fae
LibWeb+Base: Add grid repeat() functionality
|
2 years ago |
martinfalisse
|
97230c4ddb
LibWeb: Clean up grid track placement shorthand parser
|
2 years ago |