Open
Bug 1299366
Opened 9 years ago
Updated 3 years ago
Extend eCSSUnit_HSLaColor/eCSSUnit_HSLAColor to allow to store out of the range of saturation or lightness value
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: hiro, Unassigned)
References
()
Details
I am not entirely sure what we should do, but anyway I am filing this bug for now.
Just like bug 1299310, out of range values of saturation or lightness for hsl() or hsla() should be stored and clamped it when converted to an RGB color.
From the spec;
If the saturation or lightness are less than 0% or greater than 100%,
they are clipped to those values before being converted to an RGB color.
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•