hixie: accuracy (consider the fragment case) (whatwg r5471)

hixie: accuracy (consider the fragment case) (whatwg r5471)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4362&r2=1.4363&f=h
http://html5.org/tools/web-apps-tracker?from=5470&to=5471

===================================================================
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:45:25 UTC