- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Dec 2008 11:18:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv4247 Modified Files: Overview.html Log Message: editorial fix (credit: pt) (whatwg r2592) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1762 retrieving revision 1.1763 diff -u -d -r1.1762 -r1.1763 --- Overview.html 25 Dec 2008 11:17:01 -0000 1.1762 +++ Overview.html 25 Dec 2008 11:18:05 -0000 1.1763 @@ -37416,7 +37416,7 @@ a <a href=#parse-error>parse error</a>.<p>Any occurrences of any characters in the ranges U+0001 to U+0008, <!-- 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+0086--> to U+009F, U+D800 to U+DFFF<!-- surrogates not allowed -->, U+FDD0 to U+FDDF, 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, @@ -38865,7 +38865,7 @@ section, except it has 0x0000 included in the first range. --><p>Otherwise, if the number is in the range 0x0000 to 0x0008, <!-- 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 <!-- + not allowed), 0x0086--> to 0x009F, 0xD800 to 0xDFFF<!-- surrogates not allowed -->, 0xFDD0 to 0xFDDF, or is one of 0xFFFE, 0xFFFF, 0x1FFFE, 0x1FFFF, 0x2FFFE, 0x2FFFF, 0x3FFFE, 0x3FFFF, 0x4FFFE, 0x4FFFF, 0x5FFFE, 0x5FFFF, 0x6FFFE, 0x6FFFF, 0x7FFFE,
Received on Thursday, 25 December 2008 11:18:17 UTC