- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 Aug 2010 19:30:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31898
Modified Files:
Overview.html
Log Message:
remove incorrect comment (whatwg r5296)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4218
retrieving revision 1.4219
diff -u -d -r1.4218 -r1.4219
--- Overview.html 16 Aug 2010 19:28:00 -0000 1.4218
+++ Overview.html 16 Aug 2010 19:30:30 -0000 1.4219
@@ -58954,9 +58954,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>
Received on Monday, 16 August 2010 19:30:36 UTC