@@ -1801,19 +1801,22 @@ Explicit Defaulting</h3>
18011801<h4 id="initial">
18021802Resetting a Property: the ''initial'' keyword</h4>
18031803
1804- If the <a>cascaded value</a> of a property is the <dfn for=all caniuse="css-initial-value">''initial''</dfn> keyword,
1804+ If the <a>cascaded value</a> of a property is
1805+ the <dfn value for=all caniuse="css-initial-value">initial</dfn> keyword,
18051806 the property's <a>specified value</a> is its <a>initial value</a> .
18061807
18071808<h4 id="inherit">
18081809Explicit Inheritance: the ''inherit'' keyword</h4>
18091810
1810- If the <a>cascaded value</a> of a property is the <dfn for=all>''inherit''</dfn> keyword,
1811+ If the <a>cascaded value</a> of a property is
1812+ the <dfn value for=all>inherit</dfn> keyword,
18111813 the property's <a lt="specified value">specified</a> and <a>computed values</a> are the <a>inherited value</a> .
18121814
18131815<h4 id="inherit-initial">
18141816Erasing All Declarations: the ''unset'' keyword</h4>
18151817
1816- If the <a>cascaded value</a> of a property is the <dfn for=all caniuse="css-unset-value">''unset''</dfn> keyword,
1818+ If the <a>cascaded value</a> of a property is
1819+ the <dfn value for=all caniuse="css-unset-value">unset</dfn> keyword,
18171820 then if it is an inherited property, this is treated as ''inherit'' ,
18181821 and if it is not, this is treated as ''initial'' .
18191822 This keyword effectively erases all <a>declared values</a> occurring earlier in the <a>cascade</a> ,
@@ -1823,7 +1826,8 @@ Erasing All Declarations: the ''unset'' keyword</h4>
18231826<h4 id="default">
18241827Rolling Back Cascade Origins: the ''revert'' keyword</h4>
18251828
1826- If the <a>cascaded value</a> of a property is the <dfn for=all caniuse="css-revert-value">''revert''</dfn> keyword,
1829+ If the <a>cascaded value</a> of a property is
1830+ the <dfn value for=all caniuse="css-revert-value">revert</dfn> keyword,
18271831 the behavior depends on the [=cascade origin=] to which the declaration belongs:
18281832
18291833 <dl>
@@ -1850,7 +1854,8 @@ Rolling Back Cascade Origins: the ''revert'' keyword</h4>
18501854<h4 id="revert-layer">
18511855Rolling Back Cascade Layers: the ''revert-layer'' keyword</h4>
18521856
1853- If the <a>cascaded value</a> of a property is the <dfn for=all>''revert-layer''</dfn> keyword,
1857+ If the <a>cascaded value</a> of a property is
1858+ the <dfn value for=all>revert-layer</dfn> keyword,
18541859 the <a>cascaded value</a> is rolled back to the [=layer=] below,
18551860 so that the <a>specified value</a> is calculated
18561861 as if no rules were specified in the current [=cascade layer=] --
0 commit comments