@@ -82,9 +82,10 @@ <h2 class="no-num no-toc" id="Abstract">Abstract</h2>
8282elements and text within a line, its positioning in the inline
8383progression direction, and the breaking of lines are described in
8484[[CSS3TEXT]]. This module describes the positioning in the block
85- progression direction both of elements and text within lines and of
86- the lines themselves. It also describes special features for formatting
87- of first lines and drop caps. It extends on the model in [[CSS2]].</ p >
85+ progression direction both of elements and text within lines and of the
86+ lines themselves. This positioning is often relative to a baseline. It
87+ also describes special features for formatting of first lines and drop
88+ caps. It extends on the model in [[CSS2]].</ p >
8889
8990< h2 class ="no-num no-toc " id ="Status "> Status of This Document</ h2 >
9091
@@ -145,22 +146,21 @@ <h2 id="dependencies">Dependencies on other modules</h2>
145146< li > Ruby [[CSS3RUBY]]</ li >
146147</ ul >
147148
148- < h2 id ="introduction " > Introduction </ h2 >
149+ < h2 id ="conformance " > Conformance </ h2 >
149150
150- < p > This modules specifies the presentation aspects of line within block elements
151- and inline elements. It also covers the design of baseline alignment within each
152- line and the placement of drop initial letter (also known as first letter or
153- drop caps). Most of the properties are new to CSS3.< p > All described properties, in addition to the noted values, take
151+ < p class ="issue "> [Add some real conformance text here.]</ p >
152+
153+ < p > All described properties, in addition to the noted values, take
154154'initial' and 'inherit'. These values are not repeated in each of the
155- property value enumeration.
155+ property value enumeration.</ p >
156156
157157< p > This module uses extensively the 'before', 'after', 'start' and
158158'end' notation to specify the four edges of a box relative to its text
159159advance direction, independently of its absolute positioning in terms of
160160'top', 'bottom', 'left' and 'right' (corresponding respectively to the
161161'before', 'after', 'start' and 'end' positions in a typical Western text
162162layout). This notation is also used extensively in [[XSL10]] for the
163- same purpose.
163+ same purpose.</ p >
164164
165165< p > Finally, in this document, requirements are expressed using the key words
166166"MUST", "MUST NOT", "REQUIRED",
@@ -169,7 +169,7 @@ <h2 id="introduction">Introduction</h2>
169169"RECOMMENDED". "MAY" and "OPTIONAL" are used to
170170indicate optional features or behavior. These keywords are used in accordance
171171with [[!RFC2119]]. For legibility these
172- keywords are used in lowercase form.
172+ keywords are used in lowercase form.</ p >
173173
174174< hr >
175175
0 commit comments