[html5] r8190 - [e] (0) Grammar in parser section Fixing https://www.w3.org/Bugs/Public/show_bug [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 16 10:54:15 PDT 2013


Author: ianh
Date: 2013-09-16 10:54:13 -0700 (Mon, 16 Sep 2013)
New Revision: 8190

Modified:
   complete.html
   index
   source
Log:
[e] (0) Grammar in parser section
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23247
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2013-09-16 17:52:57 UTC (rev 8189)
+++ complete.html	2013-09-16 17:54:13 UTC (rev 8190)
@@ -86428,7 +86428,7 @@
   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)

Modified: index
===================================================================
--- index	2013-09-16 17:52:57 UTC (rev 8189)
+++ index	2013-09-16 17:54:13 UTC (rev 8190)
@@ -86428,7 +86428,7 @@
   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)

Modified: source
===================================================================
--- source	2013-09-16 17:52:57 UTC (rev 8189)
+++ source	2013-09-16 17:54:13 UTC (rev 8190)
@@ -96455,7 +96455,7 @@
   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)




More information about the Commit-Watchers mailing list