Skip to content

Commit

Permalink
[e] (0) grammar fix
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7710

git-svn-id: http://svn.whatwg.org/webapps@4043 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent 5110354 commit d736f54
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 @@ -62873,8 +62873,8 @@ interface <dfn id=messageport>MessagePort</dfn> {
(e.g. invalid UTF-8 byte sequences in a UTF-8 input stream) are
errors that conformance checkers are expected to report.</p>

<p>Any byte or sequences of bytes in the original byte stream that
is <a href=#misinterpreted-for-compatibility>misinterpreted for compatibility</a> is a <a href=#parse-error>parse
<p>Any byte or sequence of bytes in the original byte stream that is
<a href=#misinterpreted-for-compatibility>misinterpreted for compatibility</a> is a <a href=#parse-error>parse
error</a>.</p>

<p>One leading U+FEFF BYTE ORDER MARK character must be ignored if
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -77674,8 +77674,8 @@ interface <dfn>MessagePort</dfn> {
(e.g. invalid UTF-8 byte sequences in a UTF-8 input stream) are
errors that conformance checkers are expected to report.</p>

<p>Any byte or sequences of bytes in the original byte stream that
is <span>misinterpreted for compatibility</span> is a <span>parse
<p>Any byte or sequence of bytes in the original byte stream that is
<span>misinterpreted for compatibility</span> is a <span>parse
error</span>.</p>

<p>One leading U+FEFF BYTE ORDER MARK character must be ignored if
Expand Down

0 comments on commit d736f54

Please sign in to comment.