NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 520 - I missed a few non-characters. Not sure how I missed these. (credit: w)
I missed a few non-characters. Not sure how I missed these. (credit: w)
Status: NEW
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-27 14:18 CEST by Henri Sivonen
Modified: 2009-11-23 17:17 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 Henri Sivonen 2009-05-27 14:18:05 CEST
Index: source
===================================================================
--- source	(revision 2707)
+++ source	(revision 2708)
@@ -54342,7 +54342,7 @@
   <!-- HT, LF allowed --> U+000B, <!-- FF, CR allowed --> U+000E to
   U+001F, <!-- ASCII allowed --> U+007F <!--to U+0084, (U+0085 NEL not
   allowed), U+0086--> to U+009F, U+D800 to U+DFFF<!-- surrogates not
-  allowed -->, U+FDD0 to U+FDDF, and characters U+FFFE, U+FFFF,
+  allowed -->, U+FDD0 to U+FDEF, and characters U+FFFE, U+FFFF,
   U+1FFFE, U+1FFFF, U+2FFFE, U+2FFFF, U+3FFFE, U+3FFFF, U+4FFFE,
   U+4FFFF, U+5FFFE, U+5FFFF, U+6FFFE, U+6FFFF, U+7FFFE, U+7FFFF,
   U+8FFFE, U+8FFFF, U+9FFFE, U+9FFFF, U+AFFFE, U+AFFFF, U+BFFFE,
@@ -56355,7 +56355,7 @@
     HT, LF allowed --> 0x000B, <!-- FF, CR allowed --> 0x000E to
     0x001F, <!-- ASCII allowed --> 0x007F <!--to 0x0084, (0x0085 NEL
     not allowed), 0x0086--> to 0x009F, 0xD800 to 0xDFFF<!--
-    surrogates not allowed -->, 0xFDD0 to 0xFDDF, or is one of 0xFFFE,
+    surrogates not allowed -->, 0xFDD0 to 0xFDEF, or is one of 0xFFFE,
     0xFFFF, 0x1FFFE, 0x1FFFF, 0x2FFFE, 0x2FFFF, 0x3FFFE, 0x3FFFF,
     0x4FFFE, 0x4FFFF, 0x5FFFE, 0x5FFFF, 0x6FFFE, 0x6FFFF, 0x7FFFE,
     0x7FFFF, 0x8FFFE, 0x8FFFF, 0x9FFFE, 0x9FFFF, 0xAFFFE, 0xAFFFF,