Skip to content

Commit

Permalink
[e] (0) Remove this unused definition.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20228
Affected topics: HTML, HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@7572 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 7, 2012
1 parent f9a4993 commit a53c524
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
8 changes: 1 addition & 7 deletions complete.html
Expand Up @@ -87616,13 +87616,6 @@ <h5 id=the-insertion-mode><span class=secno>12.2.3.1 </span>The insertion mode</
<p>The <dfn id=current-node>current node</dfn> is the bottommost node in this
stack.</p>

<p>The <dfn id=current-table>current table</dfn> is the last <code><a href=#the-table-element>table</a></code>
element in the <a href=#stack-of-open-elements>stack of open elements</a>, if there is
one. If there is no <code><a href=#the-table-element>table</a></code> element in the <a href=#stack-of-open-elements>stack of
open elements</a> (<a href=#fragment-case>fragment case</a>), then the
<a href=#current-table>current table</a> is the first element in the <a href=#stack-of-open-elements>stack
of open elements</a> (the <code><a href=#the-html-element>html</a></code> element).</p>

<p>Elements in the stack fall into the following categories:</p>

<dl><dt><dfn id=special>Special</dfn></dt>
Expand Down Expand Up @@ -104301,6 +104294,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Jonathan Rees,
Jonathan Worent,
Jonny Axelsson,
Jordan Tucker,
Jorgen Horstink,
Jorunn Danielsen Newth,
Joseph Kesselman,
Expand Down
8 changes: 1 addition & 7 deletions index
Expand Up @@ -87616,13 +87616,6 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>
<p>The <dfn id=current-node>current node</dfn> is the bottommost node in this
stack.</p>

<p>The <dfn id=current-table>current table</dfn> is the last <code><a href=#the-table-element>table</a></code>
element in the <a href=#stack-of-open-elements>stack of open elements</a>, if there is
one. If there is no <code><a href=#the-table-element>table</a></code> element in the <a href=#stack-of-open-elements>stack of
open elements</a> (<a href=#fragment-case>fragment case</a>), then the
<a href=#current-table>current table</a> is the first element in the <a href=#stack-of-open-elements>stack
of open elements</a> (the <code><a href=#the-html-element>html</a></code> element).</p>

<p>Elements in the stack fall into the following categories:</p>

<dl><dt><dfn id=special>Special</dfn></dt>
Expand Down Expand Up @@ -104301,6 +104294,7 @@ if (s = prompt('What is your name?')) {
Jonathan Rees,
Jonathan Worent,
Jonny Axelsson,
Jordan Tucker,
Jorgen Horstink,
Jorunn Danielsen Newth,
Joseph Kesselman,
Expand Down
8 changes: 1 addition & 7 deletions source
Expand Up @@ -101671,13 +101671,6 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
<p>The <dfn>current node</dfn> is the bottommost node in this
stack.</p>

<p>The <dfn>current table</dfn> is the last <code>table</code>
element in the <span>stack of open elements</span>, if there is
one. If there is no <code>table</code> element in the <span>stack of
open elements</span> (<span>fragment case</span>), then the
<span>current table</span> is the first element in the <span>stack
of open elements</span> (the <code>html</code> element).</p>

<p>Elements in the stack fall into the following categories:</p>

<dl>
Expand Down Expand Up @@ -122078,6 +122071,7 @@ if (s = prompt('What is your name?')) {
Jonathan Rees,
Jonathan Worent,
Jonny Axelsson,
Jordan Tucker,
Jorgen Horstink,
Jorunn Danielsen Newth,
Joseph Kesselman,
Expand Down

0 comments on commit a53c524

Please sign in to comment.