- From: poot <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 17:38:07 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: had the wrong exception (whatwg r5028) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4043&r2=1.4044&f=h http://html5.org/tools/web-apps-tracker?from=5027&to=5028 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4043 retrieving revision 1.4044 diff -u -d -r1.4043 -r1.4044 --- Overview.html 13 Apr 2010 08:36:34 -0000 1.4043 +++ Overview.html 13 Apr 2010 08:37:56 -0000 1.4044 @@ -48975,7 +48975,7 @@ <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>
Received on Tuesday, 13 April 2010 08:38:34 UTC