Open
Bug 1739392
Opened 4 years ago
Updated 4 months ago
HSL color preview for custom properties should work with css color level 4 syntax
Categories
(DevTools :: Inspector: Rules, enhancement, P3)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: stefanprobst, Unassigned)
Details
Attachments
(1 file)
|
6.77 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:93.0) Gecko/20100101 Firefox/93.0
Steps to reproduce:
Added two HSL color custom properties in CSS rules inspector, one in older synax hsl(220, 50%, 50%), one in newer CSS color module level 4 syntax hsl(220deg 50% 50%).
Actual results:
the first shows a color preview, the second does not.
Expected results:
both should show a color preview.
Updated•4 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•