@@ -110,8 +110,8 @@ <h2>Introduction</h2>
110110be found by way of < em > inheritance</ em > or by looking at
111111the < em > initial value</ em > .
112112
113- < p > The rules for finding a the specified value for all properties on all
114- elements and page/margin boxes is described in this specification.
113+ < p > The rules for finding a the specified value for all properties on
114+ elements, margin boxes, and the page context is described in this specification.
115115
116116
117117< h2 > Input to and output from this module</ h2 >
@@ -129,8 +129,8 @@ <h2>Input to and output from this module</h2>
129129</ ul >
130130
131131< p > The output of the computations described in this module is a
132- specified value for all properties on all elements and
133- page/margin boxes.
132+ specified value for all properties on elements, margin boxes, and the
133+ page context.
134134
135135< p > In order to find the specified values, implementations must first
136136identify which statements that apply to the document. This is done by:
@@ -155,12 +155,12 @@ <h2>Input to and output from this module</h2>
155155
156156</ ol >
157157
158- < p > Then, for every element and every page/margin box , the value for
158+ < p > Then, for every element, margin box, and page context , the value for
159159each property can be found by following this pseudo-algorithm:
160160
161161< ol >
162162
163- < li > Identify all declarations that apply to the element (as described in [[!SELECT]]) or the page/margin box (as described in [[CSS3PAGE]]).
163+ < li > Identify all declarations that apply to the element (as described in [[!SELECT]]), margin box or page context (as described in [[CSS3PAGE]]).
164164
165165< li > If the cascading process (described below) yields a winning
166166declaration and the value of the winning declaration is not ''initial''
@@ -504,7 +504,7 @@ <h2>Inheritance</h2>
504504
505505< p > The root element, which has no parent element, inherits the initial value of the property.
506506
507- < p > The page box inherits from the inherits the initial value of the property. Margin boxes inherit from the page pox .
507+ < p > The page context inherits from the initial value of the property. Margin boxes inherit from the page context .
508508
509509< p > Pseudo-elements inherit according to a fictional tag sequence described for each pseudo-element [[!SELECT]].
510510
0 commit comments