@@ -20,6 +20,7 @@ Abstract: This CSS module describes how to collate style rules and assign values
2020Abstract :
2121Abstract : New in this level are the ''revert'' keyword and <<supports-condition>> for the ''@import'' rule.
2222Ignored Terms : auto, flex items, <supports-condition>
23+ Include Can I Use Panels : yes
2324</pre>
2425
2526<h2 id="intro">
@@ -339,7 +340,7 @@ Aliasing</h3>
339340 </div>
340341 </dl>
341342
342- <h3 id="all-shorthand">
343+ <h3 id="all-shorthand" caniuse="css-all" >
343344Resetting All Properties: the 'all' property</h3>
344345
345346 <table class="propdef">
@@ -976,7 +977,7 @@ Explicit Defaulting</h3>
976977<h4 id="initial">
977978Resetting a Property: the ''initial'' keyword</h4>
978979
979- If the <a>cascaded value</a> of a property is the <dfn for=all>''initial''</dfn> keyword,
980+ If the <a>cascaded value</a> of a property is the <dfn for=all caniuse="css-initial-value" >''initial''</dfn> keyword,
980981 the property's <a>specified value</a> is its <a>initial value</a> .
981982
982983<h4 id="inherit">
@@ -988,7 +989,7 @@ Explicit Inheritance: the ''inherit'' keyword</h4>
988989<h4 id="inherit-initial">
989990Erasing All Declarations: the ''unset'' keyword</h4>
990991
991- If the <a>cascaded value</a> of a property is the <dfn for=all>''unset''</dfn> keyword,
992+ If the <a>cascaded value</a> of a property is the <dfn for=all caniuse="css-unset-value" >''unset''</dfn> keyword,
992993 then if it is an inherited property, this is treated as ''inherit'' ,
993994 and if it is not, this is treated as ''initial'' .
994995 This keyword effectively erases all <a>declared values</a> occurring earlier in the <a>cascade</a> ,
@@ -998,7 +999,7 @@ Erasing All Declarations: the ''unset'' keyword</h4>
998999<h4 id="default">
9991000Rolling Back The Cascade: the ''revert'' keyword</h4>
10001001
1001- If the <a>cascaded value</a> of a property is the <dfn for=all>''revert''</dfn> keyword,
1002+ If the <a>cascaded value</a> of a property is the <dfn for=all caniuse="css-revert-value" >''revert''</dfn> keyword,
10021003 the behavior depends on the origin to which the declaration belongs:
10031004
10041005 <dl>
0 commit comments