Skip to content

Commit caf2eb2

Browse files
committed
*** empty log message ***
1 parent 9fb4d64 commit caf2eb2

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

css3-cascade/Overview.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,9 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2>
175175
by way of <em><a href="#inherited">inheritance</a></em> or by looking at
176176
the <em><a href="#initial0">initial value</a></em>.
177177

178-
<p>The rules for finding a the specified value for all properties on all
179-
elements and page/margin boxes is described in this specification.
178+
<p>The rules for finding a the specified value for all properties on
179+
elements, margin boxes, and the page context is described in this
180+
specification.
180181

181182
<h2 id=input><span class=secno>2. </span>Input to and output from this
182183
module</h2>
@@ -192,7 +193,7 @@ <h2 id=input><span class=secno>2. </span>Input to and output from this
192193
</ul>
193194

194195
<p>The output of the computations described in this module is a specified
195-
value for all properties on all elements and page/margin boxes.
196+
value for all properties on elements, margin boxes, and the page context.
196197

197198
<p>In order to find the specified values, implementations must first
198199
identify which statements that apply to the document. This is done by:
@@ -216,13 +217,13 @@ <h2 id=input><span class=secno>2. </span>Input to and output from this
216217
<li>Expanding all remaining @import rules.
217218
</ol>
218219

219-
<p>Then, for every element and every page/margin box, the value for each
220-
property can be found by following this pseudo-algorithm:
220+
<p>Then, for every element, margin box, and page context, the value for
221+
each property can be found by following this pseudo-algorithm:
221222

222223
<ol>
223224
<li>Identify all declarations that apply to the element (as described in
224-
<a href="#SELECT" rel=biblioentry>[SELECT]<!--{{!SELECT}}--></a>) or the
225-
page/margin box (as described in <a href="#CSS3PAGE"
225+
<a href="#SELECT" rel=biblioentry>[SELECT]<!--{{!SELECT}}--></a>), margin
226+
box or page context (as described in <a href="#CSS3PAGE"
226227
rel=biblioentry>[CSS3PAGE]<!--{{CSS3PAGE}}--></a>).
227228

228229
<li>If the cascading process (described below) yields a winning
@@ -591,8 +592,8 @@ <h2 id=inheritance><span class=secno>6. </span>Inheritance</h2>
591592
<p>The root element, which has no parent element, inherits the initial
592593
value of the property.
593594

594-
<p>The page box inherits from the inherits the initial value of the
595-
property. Margin boxes inherit from the page pox.
595+
<p>The page context inherits from the initial value of the property. Margin
596+
boxes inherit from the page context.
596597

597598
<p>Pseudo-elements inherit according to a fictional tag sequence described
598599
for each pseudo-element <a href="#SELECT"

0 commit comments

Comments
 (0)