You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,8 +32,9 @@ on the following mechanisms (in order of precedence):</p>
32
32
33
33
<ol>
34
34
<li>If the <a href="#cascade">cascade</a> results in a value, use it.
35
-
But if the cascade results in 'inherit', the specified value is as
36
-
explained in <a href="#value-def-inherit" >“The 'inherit' value.”</a>
35
+
Except that, if the value is 'inherit', the specified value is defined
36
+
in <a href="#value-def-inherit" >“The 'inherit' value”</a> below.
37
+
37
38
<li>Otherwise, if the property is <a href="#inheritance">inherited</a> and the element is not the root of the <a>document tree</a>, use the computed value of the parent element.
38
39
<li>Otherwise use the property's <span class="index-def" title="initial value">initial value</span>. The initial value of each property is indicated in the property's definition.
0 commit comments