@@ -47,10 +47,11 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
4747
4848< h2 class ="no-num no-toc "> Abstract</ h2 >
4949
50- < p > This CSS3 module describes how to find a value for every
51- element/property combination in a document. Values either come from
52- style sheets or the property's initial value. By way of cascading and
53- inheritance, values are propagated to all properties on all elements.
50+ < p > This CSS3 module describes how to find the specified value for all
51+ properties on all elements and boxes. Values either come from style
52+ sheets or the property's initial value. By way of cascading and
53+ inheritance, values are propagated to all properties on all elements
54+ and boxes.
5455
5556< p > This module interfaces with several other modules. It relies on
5657[[!CSS3SYN]] to parse the style sheets, on [[!SELECT]] to calculate
@@ -109,8 +110,8 @@ <h2>Introduction</h2>
109110be found by way of < em > inheritance</ em > or by looking at
110111the < em > initial value</ em > .
111112
112- < p > The rules for finding a the value for any element/property
113- combination in a document is described in this specification.
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.
114115
115116
116117< h2 > Input to and output from this module</ h2 >
@@ -128,8 +129,8 @@ <h2>Input to and output from this module</h2>
128129</ ul >
129130
130131< p > The output of the computations described in this module is a
131- specified value for all properties on all elements and page/margin
132- boxes.
132+ specified value for all properties on all elements and
133+ page/margin boxes.
133134
134135< p > In order to find the specified values, implementations must first
135136identify which statements that apply to the document. This is done by:
0 commit comments