@@ -20,6 +20,7 @@ Abstract: This CSS module describes how to collate style rules and assign values
20
20
Abstract :
21
21
Abstract : New in this level are the ''revert'' keyword and <<supports-condition>> for the ''@import'' rule.
22
22
Ignored Terms : auto, flex items, <supports-condition>
23
+ Include Can I Use Panels : yes
23
24
</pre>
24
25
25
26
<h2 id="intro">
@@ -339,7 +340,7 @@ Aliasing</h3>
339
340
</div>
340
341
</dl>
341
342
342
- <h3 id="all-shorthand">
343
+ <h3 id="all-shorthand" caniuse="css-all" >
343
344
Resetting All Properties: the 'all' property</h3>
344
345
345
346
<table class="propdef">
@@ -976,7 +977,7 @@ Explicit Defaulting</h3>
976
977
<h4 id="initial">
977
978
Resetting a Property: the ''initial'' keyword</h4>
978
979
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,
980
981
the property's <a>specified value</a> is its <a>initial value</a> .
981
982
982
983
<h4 id="inherit">
@@ -988,7 +989,7 @@ Explicit Inheritance: the ''inherit'' keyword</h4>
988
989
<h4 id="inherit-initial">
989
990
Erasing All Declarations: the ''unset'' keyword</h4>
990
991
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,
992
993
then if it is an inherited property, this is treated as ''inherit'' ,
993
994
and if it is not, this is treated as ''initial'' .
994
995
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>
998
999
<h4 id="default">
999
1000
Rolling Back The Cascade: the ''revert'' keyword</h4>
1000
1001
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,
1002
1003
the behavior depends on the origin to which the declaration belongs:
1003
1004
1004
1005
<dl>
0 commit comments