Open
Bug 1814366
Opened 2 years ago
Updated 2 years ago
Changing color with hue angle result in unit-less angle value
Categories
(DevTools :: Inspector: Rules, defect, P3)
DevTools
Inspector: Rules
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
(Blocks 1 open bug)
Details
Steps to reproduce
- Navigate to
data:text/html,<style>body{ background: hwb(1.5rad 60%25 0%25)</style>Hello
- Open the inspector
- In the rule view, for
background
, click on the color swatch next tohwb(1.5rad 60% 0%)
- Change the color
Expected results
The parameter for the hue angle keeps its rad
unit
Actual results
The unit gets lost (for hwb
, this means it matches a deg
angle)
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•