[html5] r5820 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11633

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 3 12:56:24 PST 2011


Author: ianh
Date: 2011-02-03 12:56:23 -0800 (Thu, 03 Feb 2011)
New Revision: 5820

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11633

Modified: complete.html
===================================================================
--- complete.html	2011-02-03 20:54:16 UTC (rev 5819)
+++ complete.html	2011-02-03 20:56:23 UTC (rev 5820)
@@ -2612,7 +2612,7 @@
 
    <dt><cite>Polyglot Markup: HTML-Compatible XHTML Documents</cite> <a href=#refsPOLYGLOT>[POLYGLOT]</a></dt>
 
-   <dd><blockquote><p>A document that uses polyglot markup is document
+   <dd><blockquote><p>A document that uses polyglot markup is a document
    that is a stream of bytes that parses into identical document trees
    (with the exception of the xmlns attribute on the root element)
    when processed as HTML and when processed as XML. Polyglot markup
@@ -29860,11 +29860,10 @@
    is not a <a href=#webvtt-file>WebVTT file</a>.</li>
 
    <li><p>If <var title="">line</var> is more than eleven characters
-   long but does the first elevent characters do not exactly equal
-   "<code title="">WEBVTT FILE</code>", or the twelfth character
-   is neither a U+0020 SPACE character nor a U+0009 CHARACTER
-   TABULATION (tab) character, then abort these steps. The file is not
-   a <a href=#webvtt-file>WebVTT file</a>.</li>
+   long but the first eleven characters do not exactly equal "<code title="">WEBVTT FILE</code>", or the twelfth character is
+   neither a U+0020 SPACE character nor a U+0009 CHARACTER TABULATION
+   (tab) character, then abort these steps. The file is not a
+   <a href=#webvtt-file>WebVTT file</a>.</li>
 
    <li><p>If <var title="">position</var> is past the end of <var title="">input</var>, then jump to the step labeled
    <i>end</i>.</li>

Modified: index
===================================================================
--- index	2011-02-03 20:54:16 UTC (rev 5819)
+++ index	2011-02-03 20:56:23 UTC (rev 5820)
@@ -2591,7 +2591,7 @@
 
    <dt><cite>Polyglot Markup: HTML-Compatible XHTML Documents</cite> <a href=#refsPOLYGLOT>[POLYGLOT]</a></dt>
 
-   <dd><blockquote><p>A document that uses polyglot markup is document
+   <dd><blockquote><p>A document that uses polyglot markup is a document
    that is a stream of bytes that parses into identical document trees
    (with the exception of the xmlns attribute on the root element)
    when processed as HTML and when processed as XML. Polyglot markup
@@ -29842,11 +29842,10 @@
    is not a <a href=#webvtt-file>WebVTT file</a>.</li>
 
    <li><p>If <var title="">line</var> is more than eleven characters
-   long but does the first elevent characters do not exactly equal
-   "<code title="">WEBVTT FILE</code>", or the twelfth character
-   is neither a U+0020 SPACE character nor a U+0009 CHARACTER
-   TABULATION (tab) character, then abort these steps. The file is not
-   a <a href=#webvtt-file>WebVTT file</a>.</li>
+   long but the first eleven characters do not exactly equal "<code title="">WEBVTT FILE</code>", or the twelfth character is
+   neither a U+0020 SPACE character nor a U+0009 CHARACTER TABULATION
+   (tab) character, then abort these steps. The file is not a
+   <a href=#webvtt-file>WebVTT file</a>.</li>
 
    <li><p>If <var title="">position</var> is past the end of <var title="">input</var>, then jump to the step labeled
    <i>end</i>.</li>

Modified: source
===================================================================
--- source	2011-02-03 20:54:16 UTC (rev 5819)
+++ source	2011-02-03 20:56:23 UTC (rev 5820)
@@ -1466,7 +1466,7 @@
 
    <dt><cite>Polyglot Markup: HTML-Compatible XHTML Documents</cite> <a href="#refsPOLYGLOT">[POLYGLOT]</a></dt>
 
-   <dd><blockquote><p>A document that uses polyglot markup is document
+   <dd><blockquote><p>A document that uses polyglot markup is a document
    that is a stream of bytes that parses into identical document trees
    (with the exception of the xmlns attribute on the root element)
    when processed as HTML and when processed as XML. Polyglot markup
@@ -32564,11 +32564,11 @@
    is not a <span>WebVTT file</span>.</p></li>
 
    <li><p>If <var title="">line</var> is more than eleven characters
-   long but does the first elevent characters do not exactly equal
-   "<code title="">WEBVTT FILE</code>", or the twelfth character
-   is neither a U+0020 SPACE character nor a U+0009 CHARACTER
-   TABULATION (tab) character, then abort these steps. The file is not
-   a <span>WebVTT file</span>.</p></li>
+   long but the first eleven characters do not exactly equal "<code
+   title="">WEBVTT FILE</code>", or the twelfth character is
+   neither a U+0020 SPACE character nor a U+0009 CHARACTER TABULATION
+   (tab) character, then abort these steps. The file is not a
+   <span>WebVTT file</span>.</p></li>
 
    <li><p>If <var title="">position</var> is past the end of <var
    title="">input</var>, then jump to the step labeled




More information about the Commit-Watchers mailing list