[html5] r5471 - [e] (0) accuracy (consider the fragment case) Fixing http://www.w3.org/Bugs/Publ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Sep 23 15:44:35 PDT 2010
Author: ianh
Date: 2010-09-23 15:44:34 -0700 (Thu, 23 Sep 2010)
New Revision: 5471
Modified:
complete.html
index
source
Log:
[e] (0) accuracy (consider the fragment case)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10351
Modified: complete.html
===================================================================
--- complete.html 2010-09-23 17:44:56 UTC (rev 5470)
+++ complete.html 2010-09-23 22:44:34 UTC (rev 5471)
@@ -82389,11 +82389,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>12.2.5.19 </span>The "<dfn title="insertion mode: in select">in select</dfn>" insertion mode</h5>
Modified: index
===================================================================
--- index 2010-09-23 17:44:56 UTC (rev 5470)
+++ index 2010-09-23 22:44:34 UTC (rev 5471)
@@ -78307,11 +78307,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>10.2.5.19 </span>The "<dfn title="insertion mode: in select">in select</dfn>" insertion mode</h5>
Modified: source
===================================================================
--- source 2010-09-23 17:44:56 UTC (rev 5470)
+++ source 2010-09-23 22:44:34 UTC (rev 5471)
@@ -94027,12 +94027,11 @@
</ol>
- <p class="note">The <span>stack of open elements</span> cannot
- have both a <code>td</code> and a <code>th</code> element <span
- title="has an element in table scope">in table scope</span> at
- the same time, nor can it have neither when the <span>insertion
- mode</span> is "<span title="insertion mode: in cell">in
- cell</span>".</p>
+ <p class="note">The <span>stack of open elements</span> cannot have
+ both a <code>td</code> and a <code>th</code> element <span
+ title="has an element in table scope">in table scope</span> at the
+ same time, nor can it have neither when the <span>close the
+ cell</span> algorithm is invoked.</p>
<h5 id="parsing-main-inselect">The "<dfn title="insertion mode: in select">in select</dfn>" insertion mode</h5>
More information about the Commit-Watchers
mailing list