[html5] r5296 - [e] (0) remove incorrect comment Fixing http://www.w3.org/Bugs/Public/show_bug.c [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 16 12:30:27 PDT 2010


Author: ianh
Date: 2010-08-16 12:30:25 -0700 (Mon, 16 Aug 2010)
New Revision: 5296

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

Modified: complete.html
===================================================================
--- complete.html	2010-08-16 19:27:55 UTC (rev 5295)
+++ complete.html	2010-08-16 19:30:25 UTC (rev 5296)
@@ -84499,9 +84499,9 @@
     <p><a href=#clear-the-list-of-active-formatting-elements-up-to-the-last-marker>Clear the list of active formatting elements up to
     the last marker</a>.</p>
 
-    <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intr title="insertion mode: in row">in row</a>". (The
-    <a href=#current-node>current node</a> will be a <code><a href=#the-tr-element>tr</a></code> element at
-    this point.)</p>
+    <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intr title="insertion mode: in row">in row</a>".</p> <!-- current
+    node here will be a <tr> normally; but could be <html> in the
+    fragment case -->
 
    </dd>
 

Modified: index
===================================================================
--- index	2010-08-16 19:27:55 UTC (rev 5295)
+++ index	2010-08-16 19:30:25 UTC (rev 5296)
@@ -77601,9 +77601,9 @@
     <p><a href=#clear-the-list-of-active-formatting-elements-up-to-the-last-marker>Clear the list of active formatting elements up to
     the last marker</a>.</p>
 
-    <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intr title="insertion mode: in row">in row</a>". (The
-    <a href=#current-node>current node</a> will be a <code><a href=#the-tr-element>tr</a></code> element at
-    this point.)</p>
+    <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intr title="insertion mode: in row">in row</a>".</p> <!-- current
+    node here will be a <tr> normally; but could be <html> in the
+    fragment case -->
 
    </dd>
 

Modified: source
===================================================================
--- source	2010-08-16 19:27:55 UTC (rev 5295)
+++ source	2010-08-16 19:30:25 UTC (rev 5296)
@@ -96388,9 +96388,9 @@
     the last marker</span>.</p>
 
     <p>Switch the <span>insertion mode</span> to "<span
-    title="insertion mode: in row">in row</span>". (The
-    <span>current node</span> will be a <code>tr</code> element at
-    this point.)</p>
+    title="insertion mode: in row">in row</span>".</p> <!-- current
+    node here will be a <tr> normally; but could be <html> in the
+    fragment case -->
 
    </dd>
 




More information about the Commit-Watchers mailing list