- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Tue, 04 Apr 2006 01:12:42 -0500
- To: Web APIs WG <public-webapi@w3.org>
Maciej Stachowiak wrote: > BTW I should mention that History does not have a very complicated interface: > > interface History { > readonly attribute length; // length only in the back direction > void back(); > void forward(); > void go(in long steps); // may be negative for steps back > } That's what I thought too, once, but apparently go() can take a string _or_ an integer, at least in NS4 and IE. See <https://bugzilla.mozilla.org/show_bug.cgi?id=168150>. Then again, the number of sites passing a string seems to be pretty low, as far as I can tell. ;) -Boris
Received on Tuesday, 4 April 2006 06:12:59 UTC