Files
ladybird/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp
Thomas Fach-Pedersen 019e3a342d LibWeb: Parse rgb and hsl functions according to CSS Module Level 4
Implement parsing of rgb(..) and hsl(..) in both the modern level 4
syntax without commas, and the legacy syntax with commas.

The parser accepts non-integer numbers but rounds to integer values
for now.
2022-06-15 19:10:43 +01:00

232 KiB