NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 102 - 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.
Sigh. Apparently U+00A0, out of the million Unicode characters out there, is ...
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-03-03 13:11 CET by Nobody
Modified: 2008-03-14 12:40 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nobody 2008-03-03 13:11:31 CET
Index: source
===================================================================
--- source	(revision 1276)
+++ source	(revision 1277)
@@ -41177,9 +41177,11 @@
   "<code title="">&lt;</code>" character by the string "<code
   title="">&amp;lt;</code>", any occurrences of the "<code
   title="">&gt;</code>" character by the string "<code
-  title="">&amp;gt;</code>", and any occurrences of the "<code
+  title="">&amp;gt;</code>", any occurrences of the "<code
   title="">&quot;</code>" character by the string "<code
-  title="">&amp;quot;</code>".</p>
+  title="">&amp;quot;</code>", and any occurrences of the U+00A0
+  NO-BREAK SPACE character by the string "<code
+  title="">&amp;nbsp;</code>".</p>
 
   <p class="note">Entity reference nodes are <a
   href="#entity-references">assumed to be expanded</a> by the user