Callum Law
cdbf4f49e1
LibWeb: Support '<zero>' in '<color-stop-angle>`
...
`<color-stop-angle> = [ <angle-percentage> | <zero> ]{1,2}` but we were
previously parsing instead as `<angle-percentage>{1,2}`.
2025-10-17 08:37:18 +01:00
Callum Law
cc2c8e8615
LibWeb: Resolve percentages in <angular-color-stop-list> as angles
2025-10-17 08:37:18 +01:00
Tim Ledbetter
8a398e7a88
LibWeb: Parse all transition-property value as keyword
...
We were previously parsing this value, as a custom-ident, meaning that
the code path for handling the `all` case wasn't being followed.
2025-04-27 09:49:00 +01:00
Tim Ledbetter
64577ad704
LibWeb: Allow multiple values for the transition-duration property
2025-04-23 21:02:59 +01:00
Tim Ledbetter
04d7228c51
LibWeb: Implement interpolation of repeatable lists
2025-04-23 09:13:45 +01:00
Mehran Kamal
cfe6702767
LibWeb/CSS: Fix linear-gradient single color-stop usage
...
The Web::CSS::Parser's GradientParsing ignores color-stops if
it is only a single one. This change allows to have color-stops
with double positions against a single color.
Further, also allows for `linear-gradient(black)` and similar
other gradient functions
2025-02-03 17:24:10 +00:00