File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2129,10 +2129,16 @@ Changes</h2>
21292129 This effectively removes that syntax from 'object-position' ,
21302130 but allows <<position>> to be re-used e.g. in [[CSS-TRANSFORMS-1]] for 3D positions.
21312131 (See <a href="https://lists.w3.org/Archives/Public/www-style/2017Feb/0052.html">discussion</a> .)
2132+ <li> Reverted previous change to allow zero angles to drop their unit; this will instead be special-cased where needed for backwards-compatibility.
2133+ (See <a href="https://lists.w3.org/Archives/Public/www-style/2017Apr/0027.html">discussion</a> )
21322134 <li> Fixed grammar error that disallowed numeric expressions as denominators in ''calc()'' .
21332135 (<a href="https://drafts.csswg.org/css-values-3/issues-cr-2016#issue-12">Issue 12</a> )
21342136 <li> Defined handling of font-relative units outside the context of an element.
21352137 (<a href="https://drafts.csswg.org/css-values-3/issues-cr-2016#issue-9">Issue 9</a> )
2138+ <li> Defined that ''0'' parses as <<number>> if it's ambiguous whether it's a <<number>> or a <<length>> .
2139+ (<a href="https://github.com/w3c/csswg-drafts/issues/489">Issue 489</a> )
2140+ <li> Removed (unused) ability for percentages to be treated as a <<number>> type in ''calc()'' .
2141+ (<a href="https://github.com/w3c/csswg-drafts/issues/1463">Issue 1463</a> )
21362142 <li> Clarified that high-resolution screens should anchor on device pixels, not physical units.
21372143 (<a href="https://drafts.csswg.org/css-values-3/issues-cr-2016#issue-8">Issue 8</a> )
21382144 <li> Clarified definition of ''url()'' to normatively say that it accepts unquoted syntax.
You can’t perform that action at this time.
0 commit comments