- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 23 Sep 2010 22:44:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29343
Modified Files:
Overview.html
Log Message:
accuracy (consider the fragment case) (whatwg r5471)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4362
retrieving revision 1.4363
diff -u -d -r1.4362 -r1.4363
--- Overview.html 23 Sep 2010 17:45:01 -0000 1.4362
+++ Overview.html 23 Sep 2010 22:44:38 -0000 1.4363
@@ -59526,11 +59526,10 @@
<code>th</code> element in table scope</a>; act as if an end
tag token with the tag name "th" had been seen.</li>
- </ol><p class="note">The <a href="#stack-of-open-elements">stack of open elements</a> cannot
- have both a <code><a href="#the-td-element">td</a></code> and a <code><a href="#the-th-element">th</a></code> element <a href="#has-an-element-in-table-scope" title="has an element in table scope">in table scope</a> at
- the same time, nor can it have neither when the <a href="#insertion-mode">insertion
- mode</a> is "<a href="#parsing-main-intd" title="insertion mode: in cell">in
- cell</a>".</p>
+ </ol><p class="note">The <a href="#stack-of-open-elements">stack of open elements</a> cannot have
+ both a <code><a href="#the-td-element">td</a></code> and a <code><a href="#the-th-element">th</a></code> element <a href="#has-an-element-in-table-scope" title="has an element in table scope">in table scope</a> at the
+ same time, nor can it have neither when the <a href="#close-the-cell">close the
+ cell</a> algorithm is invoked.</p>
<h5 id="parsing-main-inselect"><span class="secno">8.2.5.19 </span>The "<dfn title="insertion mode: in select">in select</dfn>" insertion mode</h5>
Received on Thursday, 23 September 2010 22:44:44 UTC