Files
ladybird/Libraries/LibWeb/CSS/Parser
Callum Law 246a1c41ff LibWeb: Don't resolve calc'd opacity percentages at parse time
This behaviour should only apply to literal percentages as clarified
here: https://github.com/w3c/csswg-drafts/commit/4ee8429

We were also doing this wrong by converting the numeric type of the calc
to Length which was causing values to be defaulted to 1 instead (hence
the new passing tests for computed values as well)
2025-09-08 11:03:32 +01:00
..
2025-08-23 16:04:36 -06:00
2025-08-23 16:04:36 -06:00