[html5] r1477 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue Apr 22 04:11:12 PDT 2008
Author: ianh
Date: 2008-04-22 04:11:11 -0700 (Tue, 22 Apr 2008)
New Revision: 1477
Modified:
index
source
Log:
[e] (0) Remove the term 'valid unicode character' since apparently it doesn't mean much
Modified: index
===================================================================
--- index 2008-04-22 09:57:26 UTC (rev 1476)
+++ index 2008-04-22 11:11:11 UTC (rev 1477)
@@ -2171,7 +2171,7 @@
<p>Some conformance requirements are phrased as requirements on elements,
attributes, methods or objects. Such requirements fall into two
- categories; those describing content model restrictions, and those
+ categories: those describing content model restrictions, and those
describing implementation behavior. The former category of requirements
are requirements on documents and authoring tools. The second category are
requirements on user agents.
@@ -38969,12 +38969,12 @@
<h4 id=text><span class=secno>8.1.3 </span>Text</h4>
<p><dfn id=text1 title=syntax-text>Text</dfn> is allowed inside elements,
- attributes, and comments. Text must consist of valid Unicode characters.
- Text must not contain U+0000 characters. Text must not contain control
- characters other than <a href="#space" title="space character">space
- characters</a>. Extra constraints are placed on what is and what is not
- allowed in text based on where the text is to be put, as described in the
- other sections.
+ attributes, and comments. Text must consist of Unicode characters. Text
+ must not contain U+0000 characters. Text must not contain permanently
+ undefined Unicode characters. Text must not contain control characters
+ other than <a href="#space" title="space character">space characters</a>.
+ Extra constraints are placed on what is and what is not allowed in text
+ based on where the text is to be put, as described in the other sections.
<h5 id=newlines><span class=secno>8.1.3.1. </span>Newlines</h5>
@@ -39008,10 +39008,10 @@
<dd>The ampersand must be followed by a U+0023 NUMBER SIGN
(<code>#</code>) character, followed by one or more digits in the range
U+0030 DIGIT ZERO .. U+0039 DIGIT NINE, representing a base-ten integer
- that itself is a valid Unicode code point that is not U+0000, U+000D, in
- the range U+0080 .. U+009F, or in the range 0xD800 .. 0xDFFF
- (surrogates). The digits must then be followed by a U+003B SEMICOLON
- character (<code title="">;</code>).
+ that itself is a Unicode code point that is not U+0000, U+000D, in the
+ range U+0080 .. U+009F, or in the range 0xD800 .. 0xDFFF (surrogates).
+ The digits must then be followed by a U+003B SEMICOLON character (<code
+ title="">;</code>).
<dt>Hexadecimal numeric entities
@@ -39021,11 +39021,10 @@
must then be followed by one or more digits in the range U+0030 DIGIT
ZERO .. U+0039 DIGIT NINE, U+0061 LATIN SMALL LETTER A .. U+0066 LATIN
SMALL LETTER F, and U+0041 LATIN CAPITAL LETTER A .. U+0046 LATIN CAPITAL
- LETTER F, representing a base-sixteen integer that itself is a valid
- Unicode code point that is not U+0000, U+000D, in the range U+0080 ..
- U+009F, or in the range 0xD800 .. 0xDFFF (surrogates). The digits must
- then be followed by a U+003B SEMICOLON character (<code
- title="">;</code>).
+ LETTER F, representing a base-sixteen integer that itself is a Unicode
+ code point that is not U+0000, U+000D, in the range U+0080 .. U+009F, or
+ in the range 0xD800 .. 0xDFFF (surrogates). The digits must then be
+ followed by a U+003B SEMICOLON character (<code title="">;</code>).
</dl>
<p>An <dfn id=ambiguous title=syntax-ambiguous-ampersand>ambiguous
Modified: source
===================================================================
--- source 2008-04-22 09:57:26 UTC (rev 1476)
+++ source 2008-04-22 11:11:11 UTC (rev 1477)
@@ -442,7 +442,7 @@
<p>Some conformance requirements are phrased as requirements on
elements, attributes, methods or objects. Such requirements fall
- into two categories; those describing content model restrictions,
+ into two categories: those describing content model restrictions,
and those describing implementation behavior. The former category
of requirements are requirements on documents and authoring
tools. The second category are requirements on user agents.</p>
@@ -36459,12 +36459,13 @@
<h4>Text</h4>
<p><dfn title="syntax-text">Text</dfn> is allowed inside elements,
- attributes, and comments. Text must consist of valid Unicode
- characters. Text must not contain U+0000 characters. Text must not
- contain control characters other than <span title="space
- character">space characters</span>. Extra constraints are placed on
- what is and what is not allowed in text based on where the text is
- to be put, as described in the other sections.</p>
+ attributes, and comments. Text must consist of Unicode characters.
+ Text must not contain U+0000 characters. Text must not contain
+ permanently undefined Unicode characters. Text must not contain
+ control characters other than <span title="space character">space
+ characters</span>. Extra constraints are placed on what is and what
+ is not allowed in text based on where the text is to be put, as
+ described in the other sections.</p>
<h5>Newlines</h5>
@@ -36502,7 +36503,7 @@
<dd>The ampersand must be followed by a U+0023 NUMBER SIGN
(<code>#</code>) character, followed by one or more digits in the
range U+0030 DIGIT ZERO .. U+0039 DIGIT NINE, representing a
- base-ten integer that itself is a valid Unicode code point that is
+ base-ten integer that itself is a Unicode code point that is
not U+0000, U+000D, in the range U+0080 .. U+009F, or in the range
0xD800 .. 0xDFFF (surrogates). The digits must then be followed by
a U+003B SEMICOLON character (<code title="">;</code>).</dd>
@@ -36517,11 +36518,10 @@
range U+0030 DIGIT ZERO .. U+0039 DIGIT NINE, U+0061 LATIN SMALL
LETTER A .. U+0066 LATIN SMALL LETTER F, and U+0041 LATIN CAPITAL
LETTER A .. U+0046 LATIN CAPITAL LETTER F, representing a
- base-sixteen integer that itself is a valid Unicode code point that
- is not U+0000, U+000D, in the range U+0080 .. U+009F, or in the
- range 0xD800 .. 0xDFFF (surrogates). The digits must then be
- followed by a U+003B SEMICOLON character (<code
- title="">;</code>).</dd>
+ base-sixteen integer that itself is a Unicode code point that is
+ not U+0000, U+000D, in the range U+0080 .. U+009F, or in the range
+ 0xD800 .. 0xDFFF (surrogates). The digits must then be followed by
+ a U+003B SEMICOLON character (<code title="">;</code>).</dd>
</dl>
More information about the Commit-Watchers
mailing list