[cssom] Serialize the specified unit for <angle>. https://www.w3.org/Bugs/Public/show_bug.cgi?id=23068

Tue, 27 Aug 2013 14:24:06 +0200

author
Simon Pieters <simonp@opera.com>
date
Tue, 27 Aug 2013 14:24:06 +0200
changeset 8954
8ce968245d89
parent 8953
73e18bafa19f
child 8955
648fc1a4a293

[cssom] Serialize the specified unit for <angle>. https://www.w3.org/Bugs/Public/show_bug.cgi?id=23068

cssom/Overview.html file | annotate | diff | comparison | revisions
cssom/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/cssom/Overview.html	Tue Aug 27 14:05:53 2013 +0200
     1.2 +++ b/cssom/Overview.html	Tue Aug 27 14:24:06 2013 +0200
     1.3 @@ -2581,8 +2581,7 @@
     1.4   <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#converted-to-ascii-lowercase">converted to ASCII lowercase</a>.</dd>
     1.5  
     1.6   <dt>&lt;angle&gt;</dt>
     1.7 - <dd><p>The number of degrees serialized as per &lt;number&gt; followed by
     1.8 - the literal string "<code title="">deg</code>".</dd>
     1.9 + <dd><p>The &lt;number&gt; component serialized as per &lt;number&gt; followed by the unit in canonical form as defined in its respective specification.</dd>
    1.10  
    1.11   <dt>&lt;color&gt;</dt>
    1.12   <dd>
     2.1 --- a/cssom/Overview.src.html	Tue Aug 27 14:05:53 2013 +0200
     2.2 +++ b/cssom/Overview.src.html	Tue Aug 27 14:24:06 2013 +0200
     2.3 @@ -2502,8 +2502,7 @@
     2.4   <span data-anolis-spec=dom>converted to ASCII lowercase</span>.</p></dd>
     2.5  
     2.6   <dt>&lt;angle></dt>
     2.7 - <dd><p>The number of degrees serialized as per &lt;number> followed by
     2.8 - the literal string "<code title>deg</code>".</p></dd>
     2.9 + <dd><p>The &lt;number> component serialized as per &lt;number> followed by the unit in canonical form as defined in its respective specification.</p></dd>
    2.10  
    2.11   <dt>&lt;color></dt>
    2.12   <dd>

mercurial