[html5] r6765 - [e] (0) Comment out a redundant step Fixing http://www.w3.org/Bugs/Public/show_b [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 25 17:39:18 PDT 2011


Author: ianh
Date: 2011-10-25 17:39:17 -0700 (Tue, 25 Oct 2011)
New Revision: 6765

Modified:
   complete.html
   index
   source
Log:
[e] (0) Comment out a redundant step
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14541

Modified: complete.html
===================================================================
--- complete.html	2011-10-25 23:57:13 UTC (rev 6764)
+++ complete.html	2011-10-26 00:39:17 UTC (rev 6765)
@@ -33809,12 +33809,12 @@
       <p>How the start tag token <var title="">token</var> is
       processed depends on its tag name, as follows:</p>
 
-      <dl><dt>If the tag name is the empty string</dt>
+      <dl><!--
+       <dt>If the tag name is the empty string</dt>
        <dd>
         <p>Ignore the token.</p>
        </dd>
-
-       <dt>If the tag name is "<code title="">c</code>"</dt>
+--><dt>If the tag name is "<code title="">c</code>"</dt>
        <dd>
         <p><a href=#attach-a-webvtt-internal-node-object title="attach a WebVTT Internal Node
         Object">Attach</a> a <a href=#webvtt-class-object>WebVTT Class Object</a>.</p>

Modified: index
===================================================================
--- index	2011-10-25 23:57:13 UTC (rev 6764)
+++ index	2011-10-26 00:39:17 UTC (rev 6765)
@@ -33809,12 +33809,12 @@
       <p>How the start tag token <var title="">token</var> is
       processed depends on its tag name, as follows:</p>
 
-      <dl><dt>If the tag name is the empty string</dt>
+      <dl><!--
+       <dt>If the tag name is the empty string</dt>
        <dd>
         <p>Ignore the token.</p>
        </dd>
-
-       <dt>If the tag name is "<code title="">c</code>"</dt>
+--><dt>If the tag name is "<code title="">c</code>"</dt>
        <dd>
         <p><a href=#attach-a-webvtt-internal-node-object title="attach a WebVTT Internal Node
         Object">Attach</a> a <a href=#webvtt-class-object>WebVTT Class Object</a>.</p>

Modified: source
===================================================================
--- source	2011-10-25 23:57:13 UTC (rev 6764)
+++ source	2011-10-26 00:39:17 UTC (rev 6765)
@@ -37082,12 +37082,12 @@
       processed depends on its tag name, as follows:</p>
 
       <dl>
-
+<!--
        <dt>If the tag name is the empty string</dt>
        <dd>
         <p>Ignore the token.</p>
        </dd>
-
+-->
        <dt>If the tag name is "<code title="">c</code>"</dt>
        <dd>
         <p><span title="attach a WebVTT Internal Node




More information about the Commit-Watchers mailing list