@@ -1801,19 +1801,22 @@ Explicit Defaulting</h3>
1801
1801
<h4 id="initial">
1802
1802
Resetting a Property: the ''initial'' keyword</h4>
1803
1803
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,
1805
1806
the property's <a>specified value</a> is its <a>initial value</a> .
1806
1807
1807
1808
<h4 id="inherit">
1808
1809
Explicit Inheritance: the ''inherit'' keyword</h4>
1809
1810
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,
1811
1813
the property's <a lt="specified value">specified</a> and <a>computed values</a> are the <a>inherited value</a> .
1812
1814
1813
1815
<h4 id="inherit-initial">
1814
1816
Erasing All Declarations: the ''unset'' keyword</h4>
1815
1817
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,
1817
1820
then if it is an inherited property, this is treated as ''inherit'' ,
1818
1821
and if it is not, this is treated as ''initial'' .
1819
1822
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>
1823
1826
<h4 id="default">
1824
1827
Rolling Back Cascade Origins: the ''revert'' keyword</h4>
1825
1828
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,
1827
1831
the behavior depends on the [=cascade origin=] to which the declaration belongs:
1828
1832
1829
1833
<dl>
@@ -1850,7 +1854,8 @@ Rolling Back Cascade Origins: the ''revert'' keyword</h4>
1850
1854
<h4 id="revert-layer">
1851
1855
Rolling Back Cascade Layers: the ''revert-layer'' keyword</h4>
1852
1856
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,
1854
1859
the <a>cascaded value</a> is rolled back to the [=layer=] below,
1855
1860
so that the <a>specified value</a> is calculated
1856
1861
as if no rules were specified in the current [=cascade layer=] --
0 commit comments