[html5] r1277 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 28 18:04:49 PST 2008


Author: ianh
Date: 2008-02-28 18:04:48 -0800 (Thu, 28 Feb 2008)
New Revision: 1277

Modified:
   index
   source
Log:
[owt] (2) Sigh. Apparently U+00A0, out of the million Unicode characters out there, is the only one who needs special treatment. Talk about a drama queen.

Modified: index
===================================================================
--- index	2008-02-29 01:56:24 UTC (rev 1276)
+++ index	2008-02-29 02:04:48 UTC (rev 1277)
@@ -43819,9 +43819,10 @@
    title=""><</code>" character by the string "<code
    title="">&lt;</code>", any occurrences of the "<code
    title="">></code>" character by the string "<code
-   title="">&gt;</code>", and any occurrences of the "<code
+   title="">&gt;</code>", any occurrences of the "<code
    title="">"</code>" character by the string "<code
-   title="">&quot;</code>".
+   title="">&quot;</code>", and any occurrences of the U+00A0 NO-BREAK
+   SPACE character by the string "<code title="">&nbsp;</code>".
 
   <p class=note>Entity reference nodes are <a
    href="#entity-references">assumed to be expanded</a> by the user agent,

Modified: source
===================================================================
--- source	2008-02-29 01:56:24 UTC (rev 1276)
+++ source	2008-02-29 02:04:48 UTC (rev 1277)
@@ -41177,9 +41177,11 @@
   "<code title=""><</code>" character by the string "<code
   title="">&lt;</code>", any occurrences of the "<code
   title="">></code>" character by the string "<code
-  title="">&gt;</code>", and any occurrences of the "<code
+  title="">&gt;</code>", any occurrences of the "<code
   title="">"</code>" character by the string "<code
-  title="">&quot;</code>".</p>
+  title="">&quot;</code>", and any occurrences of the U+00A0
+  NO-BREAK SPACE character by the string "<code
+  title="">&nbsp;</code>".</p>
 
   <p class="note">Entity reference nodes are <a
   href="#entity-references">assumed to be expanded</a> by the user




More information about the Commit-Watchers mailing list