Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) accuracy (consider the fragment case)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10351

git-svn-id: http://svn.whatwg.org/webapps@5471 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 23, 2010
1 parent b7cc613 commit 68cd8de
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
9 changes: 4 additions & 5 deletions complete.html
Expand Up @@ -82389,11 +82389,10 @@ <h5 id=parsing-main-intd><span class=secno>12.2.5.18 </span>The "<dfn title="ins
<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>
Expand Down
9 changes: 4 additions & 5 deletions index
Expand Up @@ -78307,11 +78307,10 @@ document.body.appendChild(text);
<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>
Expand Down
11 changes: 5 additions & 6 deletions source
Expand Up @@ -94027,12 +94027,11 @@ document.body.appendChild(text);

</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>
Expand Down

0 comments on commit 68cd8de

Please sign in to comment.