Skip to content

Commit aaa1988

Browse files
committed
[css2] Generated. Do not edit!
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402618
1 parent ca7fab3 commit aaa1988

File tree

6 files changed

+29
-17
lines changed

6 files changed

+29
-17
lines changed

css2/cover.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ <h3 id=at-risk>Features at risk</h3>
249249
<li>'georgian'</li>
250250
<li>'lower-greek'</li>
251251
</ul>
252-
<p>Implementors should look at CSS3 Lists instead, where these and
252+
<p>Implementors are advised to look at CSS3 Lists instead, where these and
253253
many other new values not found in CSS1 are defined in detail.
254254
<a href="refs.html#ref-CSS3LIST" rel="biblioentry" class="noxref"><span class="informref">[CSS3LIST]</span></a></p>
255255
<dt>Support for multiple ID attributes for the ID selector

css2/css2.html

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h3 id=at-risk>Features at risk</h3>
244244
<li>'georgian'</li>
245245
<li>'lower-greek'</li>
246246
</ul>
247-
<p>Implementors should look at CSS3 Lists instead, where these and
247+
<p>Implementors are advised to look at CSS3 Lists instead, where these and
248248
many other new values not found in CSS1 are defined in detail.
249249
<a href="refs.html#ref-CSS3LIST" rel="biblioentry" class="noxref"><span class="informref">[CSS3LIST]</span></a></p>
250250
<dt>Support for multiple ID attributes for the ID selector
@@ -2586,6 +2586,12 @@ <h3><a name="q6">4.1.3 Characters and case</a></h3>
25862586
that a "real" space after the escape sequence must itself either be
25872587
escaped or doubled.
25882588
</p>
2589+
<p>If the number is outside the range allowed by Unicode (e.g.,
2590+
"\110000" is above the maximum 10FFFF allowed in current Unicode),
2591+
the UA may replace the escape with the "replacement character"
2592+
(U+FFFD). If the character is to be displayed, the UA should show
2593+
a visible symbol, such as a "missing character" glyph (cf. <a
2594+
href="fonts.html#algorithm">15.2,</a> point 5).
25892595
</li>
25902596
<li class=note>Note: Backslash escapes, where allowed, are always
25912597
considered to be part of an <a
@@ -4584,9 +4590,8 @@ <h3>5.11.2 <a name="link-pseudo-classes">The link pseudo-classes</a>: <a name="x
45844590
visited by the user.
45854591
</ul>
45864592

4587-
<p class="note"><em><strong>Note.</strong> After a certain amount of
4588-
time, user agents may choose to return a visited link to the
4589-
(unvisited) ':link' state.</em>
4593+
<p>UAs may return a visited link to the (unvisited) ':link' state at
4594+
some point.
45904595

45914596
<P>The two states are mutually exclusive.
45924597

@@ -13075,11 +13080,11 @@ <h3>13.3.3 <a name="allowed-page-breaks">Allowed page breaks</a></h3>
1307513080
</ul>
1307613081

1307713082
<p>If the above doesn't provide enough break points to keep content
13078-
from overflowing the page boxes, then rules B and D are dropped in
13083+
from overflowing the page boxes, then rules A, B and D are dropped in
1307913084
order to find additional breakpoints.
1308013085

13081-
<p>If that still does not lead to sufficient break points, rules A and
13082-
C are dropped as well, to find still more break points.
13086+
<p>If that still does not lead to sufficient break points, rule
13087+
C is dropped as well, to find still more break points.
1308313088

1308413089

1308513090
<h3>13.3.4 <a name="forced">Forced page breaks</a></h3>
@@ -15056,7 +15061,10 @@ <h2>16.5 <a name="caps-prop">Capitalization</a>: the <a href="text.html#propdef-
1505615061
dependent. See RFC 3066 (<a href="refs.html#ref-RFC3066" rel="biblioentry" class="noxref"><span class="informref">[RFC3066]</span></a>) for ways to find the language of
1505715062
an element.
1505815063
</p>
15059-
<p><span class="index-inst" title="conformance"><a name="x12"
15064+
<p>Only characters belonging to "bicameral scripts" <a href="refs.html#ref-UNICODE" rel="biblioentry" class="noxref"><span class="normref">[UNICODE]</span></a> are
15065+
affected.
15066+
15067+
<span class="index-inst" title="conformance"><a name="x12"
1506015068
href="conform.html#conformance">Conforming user agents</a></span>
1506115069
may consider the value of <a href="text.html#propdef-text-transform" class="noxref"><span
1506215070
class="propinst-text-transform">'text-transform'</span></a> to be 'none'

css2/page.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<link rel="CSS-properties" href="propidx.html" title="properties">
1313
<link rel="index" href="indexlist.html" title="index">
1414
<link rel="first" href="cover.html">
15-
1615
</HEAD>
1716

1817
<body>
@@ -473,11 +472,11 @@ <h3>13.3.3 <a name="allowed-page-breaks">Allowed page breaks</a></h3>
473472
</ul>
474473

475474
<p>If the above doesn't provide enough break points to keep content
476-
from overflowing the page boxes, then rules B and D are dropped in
475+
from overflowing the page boxes, then rules A, B and D are dropped in
477476
order to find additional breakpoints.
478477

479-
<p>If that still does not lead to sufficient break points, rules A and
480-
C are dropped as well, to find still more break points.
478+
<p>If that still does not lead to sufficient break points, rule
479+
C is dropped as well, to find still more break points.
481480

482481

483482
<h3>13.3.4 <a name="forced">Forced page breaks</a></h3>

css2/selector.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -859,9 +859,8 @@ <h3>5.11.2 <a name="link-pseudo-classes">The link pseudo-classes</a>: <a name="x
859859
visited by the user.
860860
</ul>
861861

862-
<p class="note"><em><strong>Note.</strong> After a certain amount of
863-
time, user agents may choose to return a visited link to the
864-
(unvisited) ':link' state.</em>
862+
<p>UAs may return a visited link to the (unvisited) ':link' state at
863+
some point.
865864

866865
<P>The two states are mutually exclusive.
867866

css2/syndata.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,12 @@ <h3><a name="q6">4.1.3 Characters and case</a></h3>
346346
that a "real" space after the escape sequence must itself either be
347347
escaped or doubled.
348348
</p>
349+
<p>If the number is outside the range allowed by Unicode (e.g.,
350+
"\110000" is above the maximum 10FFFF allowed in current Unicode),
351+
the UA may replace the escape with the "replacement character"
352+
(U+FFFD). If the character is to be displayed, the UA should show
353+
a visible symbol, such as a "missing character" glyph (cf. <a
354+
href="fonts.html#algorithm">15.2,</a> point 5).
349355
</li>
350356
<li class=note>Note: Backslash escapes, where allowed, are always
351357
considered to be part of an <a

css2/text.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ <h2>16.5 <a name="caps-prop">Capitalization</a>: the <a href="text.html#propdef-
486486
dependent. See RFC 3066 (<a href="refs.html#ref-RFC3066" rel="biblioentry" class="noxref"><span class="informref">[RFC3066]</span></a>) for ways to find the language of
487487
an element.
488488
</p>
489-
<p>Only characters belonging to "bicameral scripts" [[!UNICODE]] are
489+
<p>Only characters belonging to "bicameral scripts" <a href="refs.html#ref-UNICODE" rel="biblioentry" class="noxref"><span class="normref">[UNICODE]</span></a> are
490490
affected.
491491

492492
<span class="index-inst" title="conformance"><a name="x12"

0 commit comments

Comments
 (0)