8000 [css-cascade] Clarifications suggested by Tom Potts <https://lists.w3… · w3c/csswg-drafts@ff76eae · GitHub
Skip to content

Commit ff76eae

Browse files
committed
[css-cascade] Clarifications suggested by Tom Potts <https://lists.w3.org/Archives/Public/www-style/2015Jun/0001.html>
1 parent 43ba8c3 commit ff76eae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-cascade/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,13 +859,13 @@ Explicit Defaulting</h3>
859859
Resetting 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">
865865
Explicit 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">
871871
Erasing All Declarations: the ''unset'' keyword</h4>

0 commit comments

Comments
 (0)