> To the extent that there are 1) standardized JavaScript
> implementations with the proper feature sets (IE secure
> sandboxes); and 2), there are standardized browser APIs for
> it to hit: then no, that seems reasonable enough.
> Unfortunately, I think much of the lament is that 2) is no
> where close to happening?
> --
> Peter Hunsberger
I believe there are now various attempts at creating browser APIs that are
consistent across-browser. These aren't the result of standards commitee
work, just programming by a few brave souls whose work has been adopted
widely. I'm talking about script.ac.ulo.us, prototype, jquery, etc. I don't
think there is completely rigorous consistency across-browser, but they do
take care of abstracting away many of the most glaring differences. And I
think it's interesting that the flavor of this work is very much in line
with that advocated on this group: open-source, bottom-up, DIY stuff, not
regulated in any way by browser manufacturers.
-Mike