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)

defect

Tracking

(Not tracked)

People

(Reporter: nchevobbe, Unassigned)

References

(Blocks 1 open bug)

Details

Steps to reproduce

  1. Navigate to data:text/html,<style>body{ background: hwb(1.5rad 60%25 0%25)</style>Hello
  2. Open the inspector
  3. In the rule view, for background, click on the color swatch next to hwb(1.5rad 60% 0%)
  4. 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)

Severity: -- → S3
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.