Skip to content

Commit b779323

Browse files
committed
[css2] Removed commented text. clarified leading-zero example as per Chris Wilson comment, added index-def for forced line break (since example in text.src removed)
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401654
1 parent 3c25450 commit b779323

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

css2/generate.src

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,6 @@ BODY:after {
125125
rendering 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
231226
case-sensitivity of attribute names depends on the document language.
232227
<strong>Note.</strong> In CSS2, it is not possible to refer to
233228
attribute 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-
"&amp;#32;" and "&amp;#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
280267
the "\A" escape sequence in one of the strings after the <span
281268
class="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
283271
href="syndata.html#strings">"Strings"</a> and <a
284272
href="syndata.html#escaped-characters">"Characters and case"</a> for
285273
more 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

Comments
 (0)