I need to see readable documentation on the following...
myElementObject.style
window
Are these really part of the standard? If so, I need to see the documentation. I am finding nothing acknowledging either of these at either ECMA or W3C.
Printable View
I need to see readable documentation on the following...
myElementObject.style
window
Are these really part of the standard? If so, I need to see the documentation. I am finding nothing acknowledging either of these at either ECMA or W3C.
If you have a copy of Dreamweaver 4 (normal or UltraDev), they have a help file with parts from the O'Reilly books... They may help with an explanation.
I have the 3rd Edition Rhino. It was written and released before the standard was set.
The "style" is a valid HTMl standard attribute, so I'm sure it will show in the HTML DOM standard eventually.
http://developer.netscape.com/evange...ocs/technotes/
I'm not 100% sure how impartial it is, but I get the feeling it is accurate.
Okay, so window.clearTimeout() is standard, but window.setTimeout() is not?
Uhm... must be a typo, but which way?