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. ;) -BorisReceived on Tuesday, 4 April 2006 06:12:59 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:18:54 GMT