@@ -125,11 +125,6 @@ BODY:after {
125125rendering the rest of the BODY content.
126126</div>
127127
128- <!-- Where is the list bullet on LI:before? It will be before the
129- generated text, even if that is a block, because the :before is a
130- child of the element. Give example showing that border on element goes around
131- generated content as well.
132- 26/2/98 -->
133128
134129<!-- Proposed -IJ -->
135130
@@ -231,14 +226,6 @@ doesn't have an attribute X, an empty string is returned. The
231226case-sensitivity of attribute names depends on the document language.
232227<strong>Note.</strong> In CSS2, it is not possible to refer to
233228attribute values for other elements of the selector.
234-
235- <!--
236- <p>Note that the string is parsed according to the rules of the
237- document language, not CSS, which means that numerical escapes like
238- "&#32;" and "&#65;" are interpreted (they are replaced by a
239- space and an "A", resp.), but that backslashes are not special ("\20"
240- is <em>not</em> replaced by a space).
241- -->
242229</dl>
243230
244231<P>The <span class="propinst-display">'display'</span> property
@@ -279,7 +266,8 @@ IMG:before { content: attr(alt) }
279266<p>Authors may include newlines in the generated content by writing
280267the "\A" escape sequence in one of the strings after the <span
281268class="propinst-content">'content'</span> property. This inserts a
282- forced line break, similar to the BR element in HTML. See <a
269+ <span class="index-def" title="forced line break"><dfn> forced line
270+ break</dfn></span>, similar to the BR element in HTML. See <a
283271href="syndata.html#strings">"Strings"</a> and <a
284272href="syndata.html#escaped-characters">"Characters and case"</a> for
285273more information on the "\A" escape sequence.
@@ -422,8 +410,6 @@ the level of embedding.
422410</dl>
423411
424412
425- <!-- Isn't 'content' missing from the following example? -IJ -->
426-
427413<div class="example">
428414<P>For example, applying the following style sheet:</p>
429415
@@ -1180,7 +1166,7 @@ rendering depends on the user agent.
11801166<strong>decimal</strong></a></span>
11811167<dd>Decimal numbers, beginning with 1.
11821168<dt><strong><span class="index-def" title="decimal-leading-zero"><a class="value-def" name="value-def-decimal-leading-zero">decimal-leading-zero</a></span></strong>
1183- <dd>Decimal numbers 01, 02, 03, ... (or 001, 002, 003 , ... if more than 99 items)
1169+ <dd>Decimal numbers padded by initial zeros (e.g., 01, 02, 03 , ..., 98, 99).
11841170<dt><strong><span class="index-def" title="lower-roman"><a class="value-def" name="value-def-lower-roman">lower-roman</a></span></strong>
11851171<dd>Lowercase roman numerals (i, ii, iii, iv, v, etc.).
11861172<dt><strong><span class="index-def" title="upper-roman"><a class="value-def" name="value-def-upper-roman">upper-roman</a></span></strong>
0 commit comments