@@ -370,11 +370,14 @@ Resetting All Properties: the 'all' property</h3>
370370 <td> See individual properties
371371 </table>
372372
373- The 'all' property is a <a>shorthand</a> that resets <em> all</em> CSS properties
373+ The 'all' property is a <a>shorthand</a>
374+ that resets <em> all</em> CSS properties
374375 except 'direction' and 'unicode-bidi' .
375376 It only accepts the <a href="https://www.w3.org/TR/css3-values/#common-keywords">CSS-wide keywords</a> .
377+ It does not reset <a>custom properties</a> [[css-variables-1]] .
376378
377- Note: The excepted properties are actually markup-level features,
379+ Note: The excepted CSS properties 'direction' and 'unicode-bidi'
380+ are actually markup-level features,
378381 and <a href="https://www.w3.org/TR/css3-writing-modes/#text-direction">should not be set in the author's style sheet</a> .
379382 (They exist as CSS properties only to style document languages not supported by the UA.)
380383 Authors should use the appropriate markup, such as HTML's <code> dir</code> attribute, instead.
@@ -1022,7 +1025,9 @@ Changes</h2>
10221025 Changes since the <a href="https://www.w3.org/TR/2016/CR-css-cascade-4-20160114/">14 January 2016 Working Draft</a> include:
10231026
10241027 <ul>
1025- <li> Clarify that ''revert'' only affects the cascaded value, not the inherited value.
1028+ <li> Clarified that ''revert'' only affects the cascaded value, not the inherited value.
1029+ <li> Clarified that <a>custom properties</a> are not reset by the 'all' shorthand.
1030+ (<a href="https://github.com/w3c/csswg-drafts/issues/2518">2518</a> )
10261031 </ul>
10271032
10281033 Changes since the <a href="https://www.w3.org/TR/2015/WD-css-cascade-4-20150421/">21 April 2015 Working Draft</a> include:
0 commit comments