Skip to content

Commit b55d0eb

Browse files
committed
Convert Introduction to Conformance. (date: 2004/11/21 02:32:30)
1 parent efec73a commit b55d0eb

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

css3-linebox/Overview.src.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,10 @@ <h2 class="no-num no-toc" id="Abstract">Abstract</h2>
8282
elements and text within a line, its positioning in the inline
8383
progression 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
159159
advance 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
162162
layout). 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
&quot;MUST&quot;, &quot;MUST NOT&quot;, &quot;REQUIRED&quot;,
@@ -169,7 +169,7 @@ <h2 id="introduction">Introduction</h2>
169169
&quot;RECOMMENDED&quot;. &quot;MAY&quot; and &quot;OPTIONAL&quot; are used to
170170
indicate optional features or behavior. These keywords are used in accordance
171171
with [[!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

Comments
 (0)