- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 23 Sep 2010 22:46:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv29786 Modified Files: spec.html tokenization.html Log Message: accuracy (consider the fragment case) (whatwg r5471) [updated by splitter] Index: tokenization.html =================================================================== RCS file: /sources/public/html5/spec/tokenization.html,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- tokenization.html 10 Sep 2010 01:47:10 -0000 1.30 +++ tokenization.html 23 Sep 2010 22:46:43 -0000 1.31 @@ -5371,11 +5371,10 @@ <code>th</code> element in table scope</a>; act as if an end tag token with the tag name "th" had been seen.</p></li> - </ol><p class="note">The <a href="parsing.html#stack-of-open-elements">stack of open elements</a> cannot - have both a <code><a href="tabular-data.html#the-td-element">td</a></code> and a <code><a href="tabular-data.html#the-th-element">th</a></code> element <a href="parsing.html#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="parsing.html#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="parsing.html#stack-of-open-elements">stack of open elements</a> cannot have + both a <code><a href="tabular-data.html#the-td-element">td</a></code> and a <code><a href="tabular-data.html#the-th-element">th</a></code> element <a href="parsing.html#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> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1207 retrieving revision 1.1208 diff -u -d -r1.1207 -r1.1208 --- spec.html 23 Sep 2010 17:46:44 -0000 1.1207 +++ spec.html 23 Sep 2010 22:46:43 -0000 1.1208 @@ -336,7 +336,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4362. +This is revision 1.4363. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Thursday, 23 September 2010 22:46:47 UTC