[WSG] Standard JS events and properties?

2005-04-16 Thread Kornel Lesinski
Google is full of post-netscape JS or adopted IE extensions... Where can I find authoritative list of standard (i.e. future-compatible, non-deprecated) JS properties for HTML/CSS manipulation? I'm using W3C DOM and events (I don't care about IE-compatibility), but what about manipilation of

Re: [WSG] Standard JS events and properties?

2005-04-16 Thread Jeremy Keith
Kornel Lesinski asked: Where can I find authoritative list of standard (i.e. future-compatible, non-deprecated) JS properties for HTML/CSS manipulation? If you stick to the DOM Core, you can't go wrong. Basically, that means using a small but powerful arsenal of methods and properties like: