Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) oops, omitted elements
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8945

git-svn-id: http://svn.whatwg.org/webapps@4757 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 17, 2010
1 parent 5a48c43 commit cbdc9d6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions complete.html
Expand Up @@ -87839,12 +87839,18 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
<tr><td> <code><a href=#the-colgroup-element>colgroup</a></code>
<td> <code><a href=#htmltablecolelement>HTMLTableColElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

<tr><td> <code><a href=#the-command>command</a></code>
<td> <code><a href=#htmlcommandelement>HTMLCommandElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

<tr><td> <code><a href=#the-datalist-element>datalist</a></code>
<td> <code><a href=#htmldatalistelement>HTMLDataListElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

<tr><td> <code><a href=#the-dd-element>dd</a></code>
<td> <code><a href=#htmlelement>HTMLElement</a></code>

<tr><td> <code><a href=#the-del-element>del</a></code>
<td> <code><a href=#htmlmodelement>HTMLModElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

<tr><td> <code><a href=#the-details-element>details</a></code>
<td> <code><a href=#htmldetailselement>HTMLDetailsElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

Expand Down
6 changes: 6 additions & 0 deletions index
Expand Up @@ -82148,12 +82148,18 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<tr><td> <code><a href=#the-colgroup-element>colgroup</a></code>
<td> <code><a href=#htmltablecolelement>HTMLTableColElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

<tr><td> <code><a href=#the-command>command</a></code>
<td> <code><a href=#htmlcommandelement>HTMLCommandElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

<tr><td> <code><a href=#the-datalist-element>datalist</a></code>
<td> <code><a href=#htmldatalistelement>HTMLDataListElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

<tr><td> <code><a href=#the-dd-element>dd</a></code>
<td> <code><a href=#htmlelement>HTMLElement</a></code>

<tr><td> <code><a href=#the-del-element>del</a></code>
<td> <code><a href=#htmlmodelement>HTMLModElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

<tr><td> <code><a href=#the-details-element>details</a></code>
<td> <code><a href=#htmldetailselement>HTMLDetailsElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

Expand Down
8 changes: 8 additions & 0 deletions source
Expand Up @@ -98055,6 +98055,10 @@ interface <span>HTMLDocument</span> {
<td> <code>colgroup</code>
<td> <code>HTMLTableColElement</code> : <code>HTMLElement</code>

<tr>
<td> <code>command</code>
<td> <code>HTMLCommandElement</code> : <code>HTMLElement</code>

<tr>
<td> <code>datalist</code>
<td> <code>HTMLDataListElement</code> : <code>HTMLElement</code>
Expand All @@ -98063,6 +98067,10 @@ interface <span>HTMLDocument</span> {
<td> <code>dd</code>
<td> <code>HTMLElement</code>

<tr>
<td> <code>del</code>
<td> <code>HTMLModElement</code> : <code>HTMLElement</code>

<tr>
<td> <code>details</code>
<td> <code>HTMLDetailsElement</code> : <code>HTMLElement</code>
Expand Down

0 comments on commit cbdc9d6

Please sign in to comment.