Skip to content

Commit a457e58

Browse files
author
Simon Pieters
committed
[cssom] Serialize the specified unit for <angle>. https://www.w3.org/Bugs/Public/show_bug.cgi?id=23068
1 parent 3d50180 commit a457e58

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

cssom/Overview.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2581,8 +2581,7 @@ <h4 id="serializing-css-values"><span class="secno">6.6.2 </span>Serializing CSS
25812581
<a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#converted-to-ascii-lowercase">converted to ASCII lowercase</a>.</dd>
25822582

25832583
<dt>&lt;angle&gt;</dt>
2584-
<dd><p>The number of degrees serialized as per &lt;number&gt; followed by
2585-
the literal string "<code title="">deg</code>".</dd>
2584+
<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>
25862585

25872586
<dt>&lt;color&gt;</dt>
25882587
<dd>

cssom/Overview.src.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,8 +2502,7 @@ <h4>Serializing CSS Values</h4>
25022502
<span data-anolis-spec=dom>converted to ASCII lowercase</span>.</p></dd>
25032503

25042504
<dt>&lt;angle></dt>
2505-
<dd><p>The number of degrees serialized as per &lt;number> followed by
2506-
the literal string "<code title>deg</code>".</p></dd>
2505+
<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>
25072506

25082507
<dt>&lt;color></dt>
25092508
<dd>

0 commit comments

Comments
 (0)