Skip to content

Commit 082830a

Browse files
committed
[css2] Issues 9, 16, 19, 22, and 23 (http://www.w3.org/Style/Group/css2-src/issues/issues-4) edited
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402615
1 parent c5c6172 commit 082830a

4 files changed

Lines changed: 16 additions & 8 deletions

File tree

css2/cover.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ in this specification.</p>
234234
<li>'georgian'</li>
235235
<li>'lower-greek'</li>
236236
</ul>
237-
<p>Implementors should look at CSS3 Lists instead, where these and
237+
<p>Implementors are advised to look at CSS3 Lists instead, where these and
238238
many other new values not found in CSS1 are defined in detail.
239239
[[-CSS3LIST]]</p>
240240
<dt>Support for multiple ID attributes for the ID selector

css2/selector.src

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22
<html lang="en">
3-
<!-- $Id: selector.src,v 2.103 2006-10-10 18:53:27 bbos Exp $ -->
3+
<!-- $Id: selector.src,v 2.104 2007-02-19 16:45:47 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -806,9 +806,8 @@ not yet been visited.
806806
visited by the user.
807807
</ul>
808808

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

813812
<P>The two states are mutually exclusive.
814813

css2/syndata.src

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: syndata.src,v 2.146 2007-01-17 23:16:47 bbos Exp $ -->
3+
<!-- $Id: syndata.src,v 2.147 2007-02-19 16:45:47 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Syntax and basic data types</title>
@@ -294,6 +294,12 @@ href="#parsing-errors">rules for handling parsing errors</a>. However, because t
294294
that a "real" space after the escape sequence must itself either be
295295
escaped or doubled.
296296
</p>
297+
<p>If the number is outside the range allowed by Unicode (e.g.,
298+
"\110000" is above the maximum 10FFFF allowed in current Unicode),
299+
the UA may replace the escape with the "replacement character"
300+
(U+FFFD). If the character is to be displayed, the UA should show
301+
a visible symbol, such as a "missing character" glyph (cf. <a
302+
href="fonts.html#algorithm">15.2,</a> point 5).
297303
</li>
298304
<li class=note>Note: Backslash escapes, where allowed, are always
299305
considered to be part of an <a

css2/text.src

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: text.src,v 2.56 2006-10-10 19:15:22 ihickson Exp $ -->
3+
<!-- $Id: text.src,v 2.57 2007-02-19 16:45:47 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Text</title>
@@ -359,7 +359,10 @@ an element's text. Values have the following meanings:</p>
359359
dependent. See RFC 3066 ([[RFC3066]]) for ways to find the language of
360360
an element.
361361
</p>
362-
<p><span class="index-inst" title="conformance"><a
362+
<p>Only characters belonging to "bicameral scripts" [[!UNICODE]] are
363+
affected.
364+
365+
<span class="index-inst" title="conformance"><a
363366
href="conform.html#conformance">Conforming user agents</a></span>
364367
may consider the value of <span
365368
class="propinst-text-transform">'text-transform'</span> to be 'none'

0 commit comments

Comments
 (0)