Skip to content

Commit 940f115

Browse files
committed
[css-values] Per WG resolution, make zero angles have optional dimension identifier
1 parent 09b72f2 commit 940f115

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

css-values/Overview.bs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,8 @@ Other Quantities</h2>
10631063
Angle Units: the <<angle>> type and ''deg'', ''grad'', ''rad'', ''turn'' units</h3>
10641064

10651065
Angle values are <a>dimensions</a> denoted by <dfn id="angle-value">&lt;angle></dfn>.
1066+
However, for zero angles the unit identifier is optional
1067+
(i.e. can be syntactically represented as the <<number>> ''0'').
10661068
The angle unit identifiers are:
10671069

10681070
<dl export>
@@ -2076,6 +2078,13 @@ Acknowledgments</h2>
20762078
<h2 class="no-num" id="changes">
20772079
Changes</h2>
20782080

2081+
Changes since the <a href="https://www.w3.org/TR/2015/CR-css-values-3-20150611/">11 June 2015 Candidate Recomendation</a> are:
2082+
2083+
<ul>
2084+
<li>Allow zero angles to be represented as ''0''.
2085+
(Change due to Web-compatibility constraints in transform and gradient syntaxes.)
2086+
</ul>
2087+
20792088
Changes since the <a href="https://www.w3.org/TR/2013/CR-css3-values-20130730/">30 July 2013 Candidate Recommendation</a> are:
20802089

20812090
<ul>

0 commit comments

Comments
 (0)