- From: poot <cvsmail@w3.org>
- Date: Sat, 24 Jan 2009 14:10:09 +0900 (JST)
- To: public-html-diffs@w3.org
I missed a few non-characters. Not sure how I missed these. (credit: w) (whatwg r2708) 8.2.2.3 Preprocessing the input stream http://people.w3.org/mike/diffs/html5/spec/Overview.1.1878.html#preprocessing-the-input-stream additional allowed character http://people.w3.org/mike/diffs/html5/spec/Overview.1.1878.html#additional-allowed-character http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1877&r2=1.1878&f=h http://html5.org/tools/web-apps-tracker?from=2707&to=2708 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1877 retrieving revision 1.1878 diff -u -d -r1.1877 -r1.1878 --- Overview.html 24 Jan 2009 02:29:41 -0000 1.1877 +++ Overview.html 24 Jan 2009 05:07:23 -0000 1.1878 @@ -38291,7 +38291,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, @@ -39747,7 +39747,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,
Received on Saturday, 24 January 2009 05:10:44 UTC