[Bug 29317] "Should author specified values be normalized fo..."

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29317

--- Comment #2 from Simon Pieters <simonp@opera.com> ---
Quick test:

http://software.hixie.ch/utilities/js/live-dom-viewer/saved/4830

* WebKit, Blink, Edge 13:
  log: rgb(255, 0, 0)
  log: red
* Gecko:
  log: rgb(255, 0, 0)
  log: ReD

So two things:

* rgb() syntax is normalized everywhere; the exact author-specified input is
not preserved.

* Color keywords are lowercased everywhere except Gecko. I suggest Gecko should
change.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 13 March 2017 13:18:20 UTC