Skip to content

Commit

Permalink
[e] (0) add itemref interface to index
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7990

git-svn-id: http://svn.whatwg.org/webapps@4267 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent 1aa782b commit a6684a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions complete.html
Expand Up @@ -86012,6 +86012,9 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
<tr><td> <code><a href=#the-ins-element>ins</a></code>
<td> <code><a href=#htmlmodelement>HTMLModElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

<tr><td> <code><a href=#itemref>itemref</a></code>
<td> <code><a href=#htmlitemrefelement>HTMLItemRefElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

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

Expand Down
3 changes: 3 additions & 0 deletions index
Expand Up @@ -77075,6 +77075,9 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<tr><td> <code><a href=#the-ins-element>ins</a></code>
<td> <code><a href=#htmlmodelement>HTMLModElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

<tr><td> <code><a href=#itemref>itemref</a></code>
<td> <code><a href=#htmlitemrefelement>HTMLItemRefElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

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

Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -94879,6 +94879,10 @@ interface <span>HTMLDocument</span> {
<td> <code>ins</code>
<td> <code>HTMLModElement</code> : <code>HTMLElement</code>

<tr>
<td> <code>itemref</code>
<td> <code>HTMLItemRefElement</code> : <code>HTMLElement</code>

<tr>
<td> <code>kbd</code>
<td> <code>HTMLElement</code>
Expand Down

0 comments on commit a6684a9

Please sign in to comment.