Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@6449 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 14, 2011
1 parent 7677824 commit 8852e35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -100462,7 +100462,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
<td> <code><a href=#htmlprogresselement>HTMLProgressElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

<tr><td> <code><a href=#the-q-element>q</a></code>
<td> <code><a href=#htmlelement>HTMLElement</a></code>
<td> <code><a href=#htmlquoteelement>HTMLQuoteElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

<tr><td> <code><a href=#the-rp-element>rp</a></code>
<td> <code><a href=#htmlelement>HTMLElement</a></code>
Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -95909,7 +95909,7 @@ if (s = prompt('What is your name?')) {
<td> <code><a href=#htmlprogresselement>HTMLProgressElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

<tr><td> <code><a href=#the-q-element>q</a></code>
<td> <code><a href=#htmlelement>HTMLElement</a></code>
<td> <code><a href=#htmlquoteelement>HTMLQuoteElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>

<tr><td> <code><a href=#the-rp-element>rp</a></code>
<td> <code><a href=#htmlelement>HTMLElement</a></code>
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -114210,7 +114210,7 @@ if (s = prompt('What is your name?')) {

<tr>
<td> <code>q</code>
<td> <code>HTMLElement</code>
<td> <code>HTMLQuoteElement</code> : <code>HTMLElement</code>

<tr>
<td> <code>rp</code>
Expand Down

0 comments on commit 8852e35

Please sign in to comment.