File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -859,13 +859,13 @@ Explicit Defaulting</h3>
859859Resetting a Property: the ''initial'' keyword</h4>
860860
861861 If the <a>cascaded value</a> of a property is the <dfn for=all>''initial''</dfn> keyword,
862- the property's <a>initial value</a> becomes its <a>specified value</a> .
862+ the property's <a>specified value</a> is its <a>initial value</a> .
863863
864864<h4 id="inherit">
865865Explicit Inheritance: the ''inherit'' keyword</h4>
866866
867867 If the <a>cascaded value</a> of a property is the <dfn for=all>''inherit''</dfn> keyword,
868- the <a>inherited value</a> becomes the property's <a lt="specified value">specified</a> and <a>computed values</a> .
868+ the property's <a lt="specified value">specified</a> and <a>computed values</a> are the <a>inherited value </a> .
869869
870870<h4 id="inherit-initial">
871871Erasing All Declarations: the ''unset'' keyword</h4>
You can’t perform that action at this time.
0 commit comments