Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@5028 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 13, 2010
1 parent f4e7dad commit c441d7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -62557,7 +62557,7 @@ <h4 id=documentSelection><span class=secno>8.6.1 </span>APIs for the browsing co

<p>Returns the given range.</p>

<p>Throws an <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception if the value is out of range.</p>
<p>Throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception if the value is out of range.</p>

</dd>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -62484,7 +62484,7 @@ interface <dfn id=navigatorabilities>NavigatorAbilities</dfn> {

<p>Returns the given range.</p>

<p>Throws an <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception if the value is out of range.</p>
<p>Throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception if the value is out of range.</p>

</dd>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -70634,7 +70634,7 @@ interface <dfn>NavigatorAbilities</dfn> {

<p>Returns the given range.</p>

<p>Throws an <code>INVALID_STATE_ERR</code> exception if the value is out of range.</p>
<p>Throws an <code>INDEX_SIZE_ERR</code> exception if the value is out of range.</p>

</dd>

Expand Down

0 comments on commit c441d7c

Please sign in to comment.