Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) editorial fix (credit: pt)
git-svn-id: http://svn.whatwg.org/webapps@2592 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 25, 2008
1 parent fbeafac commit e3e9015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -46520,7 +46520,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<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,
Expand Down Expand Up @@ -48274,7 +48274,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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,
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -53102,7 +53102,7 @@ interface <dfn>MessageChannel</dfn> {
<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,
Expand Down Expand Up @@ -55105,7 +55105,7 @@ interface <dfn>MessageChannel</dfn> {
<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,
Expand Down

0 comments on commit e3e9015

Please sign in to comment.