Skip to content

Commit

Permalink
[e] (0) Grammar in parser section
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23247
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8190 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 16, 2013
1 parent 60af6a2 commit 066ef54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -86428,7 +86428,7 @@ <h5 id=changing-the-encoding-while-parsing><span class=secno>12.2.2.4 </span>Cha
undefined Unicode characters (noncharacters).</p>

<p>Any <a href=#character>character</a> that is a not a <a href=#unicode-character>Unicode character</a>, i.e. any isolated
surrogates, is a <a href=#parse-error>parse error</a>. (These can only find their way into the input stream
surrogate, is a <a href=#parse-error>parse error</a>. (These can only find their way into the input stream
via script APIs such as <code title=dom-document-write><a href=#dom-document-write>document.write()</a></code>.)</p>

<p>U+000D CARRIAGE RETURN (CR) characters and U+000A LINE FEED (LF)
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -86428,7 +86428,7 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>
undefined Unicode characters (noncharacters).</p>

<p>Any <a href=#character>character</a> that is a not a <a href=#unicode-character>Unicode character</a>, i.e. any isolated
surrogates, is a <a href=#parse-error>parse error</a>. (These can only find their way into the input stream
surrogate, is a <a href=#parse-error>parse error</a>. (These can only find their way into the input stream
via script APIs such as <code title=dom-document-write><a href=#dom-document-write>document.write()</a></code>.)</p>

<p>U+000D CARRIAGE RETURN (CR) characters and U+000A LINE FEED (LF)
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -96455,7 +96455,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
undefined Unicode characters (noncharacters).</p>

<p>Any <span>character</span> that is a not a <span>Unicode character</span>, i.e. any isolated
surrogates, is a <span>parse error</span>. (These can only find their way into the input stream
surrogate, is a <span>parse error</span>. (These can only find their way into the input stream
via script APIs such as <code title="dom-document-write">document.write()</code>.)</p>

<p>U+000D CARRIAGE RETURN (CR) characters and U+000A LINE FEED (LF)
Expand Down

0 comments on commit 066ef54

Please sign in to comment.