<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>29317</bug_id>
          
          <creation_ts>2015-12-01 09:45:59 +0000</creation_ts>
          <short_desc>&quot;Should author specified values be normalized fo...&quot;</short_desc>
          <delta_ts>2017-03-13 13:18:13 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>CSS</product>
          <component>CSSOM</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ms2ger">Ms2ger</reporter>
          <assigned_to name="Simon Pieters">zcorpan</assigned_to>
          
          
          <qa_contact>public-css-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>124323</commentid>
    <comment_count>0</comment_count>
    <who name="Ms2ger">Ms2ger</who>
    <bug_when>2015-12-01 09:45:59 +0000</bug_when>
    <thetext>https://drafts.csswg.org/cssom-1/#serializing-css-values

[[
Should author specified values be normalized for case? Or should original case be preserved? 
]]

Filing for bookkeeping.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>124324</commentid>
    <comment_count>1</comment_count>
    <who name="Ms2ger">Ms2ger</who>
    <bug_when>2015-12-01 10:10:33 +0000</bug_when>
    <thetext>cssstyledeclaration-csstext.html allows both results as of &lt;https://github.com/w3c/csswg-test/pull/964&gt;; should be updated once the spec is decided.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>128483</commentid>
    <comment_count>2</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2017-03-13 13:18:13 +0000</bug_when>
    <thetext>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.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>