[html5] r4043 - [e] (0) grammar fix Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7710

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 29 02:39:47 PDT 2009


Author: ianh
Date: 2009-09-29 02:39:46 -0700 (Tue, 29 Sep 2009)
New Revision: 4043

Modified:
   index
   source
Log:
[e] (0) grammar fix
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7710

Modified: index
===================================================================
--- index	2009-09-29 09:37:24 UTC (rev 4042)
+++ index	2009-09-29 09:39:46 UTC (rev 4043)
@@ -62873,8 +62873,8 @@
   (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

Modified: source
===================================================================
--- source	2009-09-29 09:37:24 UTC (rev 4042)
+++ source	2009-09-29 09:39:46 UTC (rev 4043)
@@ -77674,8 +77674,8 @@
   (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




More information about the Commit-Watchers mailing list