[html5] r3872 - [e] (0) Sync with Unicode terminology.

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 16 02:38:26 PDT 2009


Author: ianh
Date: 2009-09-16 02:38:25 -0700 (Wed, 16 Sep 2009)
New Revision: 3872

Modified:
   index
   source
Log:
[e] (0) Sync with Unicode terminology.

Modified: index
===================================================================
--- index	2009-09-16 09:22:01 UTC (rev 3871)
+++ index	2009-09-16 09:38:25 UTC (rev 3872)
@@ -1890,9 +1890,13 @@
    different <meta charset> elements applying in each case.
   -->
 
+  <p>The term <dfn title="">Unicode character</dfn> is used to mean a
+  <i title="">Unicode scalar value</i> (i.e. any Unicode code point
+  that is not a surrogate code point). <a href=#refsUNICODE>[UNICODE]</a></p>
 
 
 
+
   <h3 id=conformance-requirements><span class=secno>2.2 </span>Conformance requirements</h3>
 
   <p>All diagrams, examples, and notes in this specification are
@@ -25880,7 +25884,7 @@
   between the top of the em square and the bottom of the em square,
   the alphabetic baseline is where characters like Á, ÿ,
   f, and Ω are anchored, the ideographic baseline is
-  where glyphs like 私 and 達 are anchored, and the bottom
+  where glyphs like 私 and &#x9054; are anchored, and the bottom
   of the em square is roughly at the bottom of the glyphs in a
   font. The top and bottom of the bounding box can be far from these
   baselines, due to glyphs extending far outside the em square." src=images/baselines.png></p>
@@ -61419,11 +61423,11 @@
   <p><dfn id=syntax-text title=syntax-text>Text</dfn> is allowed inside elements,
   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-character 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.</p>
+  permanently undefined Unicode characters (noncharacters). Text must
+  not contain control characters other than <a href=#space-character 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.</p>
 
 
   <h5 id=newlines><span class=secno>9.1.3.1 </span>Newlines</h5>
@@ -62176,8 +62180,8 @@
   U+9FFFE, U+9FFFF, U+AFFFE, U+AFFFF, U+BFFFE, U+BFFFF, U+CFFFE,
   U+CFFFF, U+DFFFE, U+DFFFF, U+EFFFE, U+EFFFF, U+FFFFE, U+FFFFF,
   U+10FFFE, and U+10FFFF are <a href=#parse-error title="parse error">parse
-  errors</a>. (These are all control characters or permanently
-  undefined Unicode characters.)</p>
+  errors</a>. These are all control characters or permanently
+  undefined Unicode characters (noncharacters).</p>
 
   <p>U+000D CARRIAGE RETURN (CR) characters and U+000A LINE FEED (LF)
   characters are treated specially. Any CR characters that are

Modified: source
===================================================================
--- source	2009-09-16 09:22:01 UTC (rev 3871)
+++ source	2009-09-16 09:38:25 UTC (rev 3872)
@@ -899,9 +899,14 @@
    different <meta charset> elements applying in each case.
   -->
 
+  <p>The term <dfn title="">Unicode character</dfn> is used to mean a
+  <i title="">Unicode scalar value</i> (i.e. any Unicode code point
+  that is not a surrogate code point). <a
+  href="#refsUNICODE">[UNICODE]</a></p>
 
 
 
+
   <h3>Conformance requirements</h3>
 
   <p>All diagrams, examples, and notes in this specification are
@@ -75877,11 +75882,11 @@
   <p><dfn title="syntax-text">Text</dfn> is allowed inside elements,
   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>
+  permanently undefined Unicode characters (noncharacters). 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>
@@ -76754,8 +76759,8 @@
   U+9FFFE, U+9FFFF, U+AFFFE, U+AFFFF, U+BFFFE, U+BFFFF, U+CFFFE,
   U+CFFFF, U+DFFFE, U+DFFFF, U+EFFFE, U+EFFFF, U+FFFFE, U+FFFFF,
   U+10FFFE, and U+10FFFF are <span title="parse error">parse
-  errors</span>. (These are all control characters or permanently
-  undefined Unicode characters.)</p>
+  errors</span>. These are all control characters or permanently
+  undefined Unicode characters (noncharacters).</p>
 
   <p>U+000D CARRIAGE RETURN (CR) characters and U+000A LINE FEED (LF)
   characters are treated specially. Any CR characters that are




More information about the Commit-Watchers mailing list