Docmuentation for predefined objects, e.g. Image?

This is a discussion on Docmuentation for predefined objects, e.g. Image? within the Javascript forums in Programming Languages category; Where is the documentation for the predefined objects that aren't part of the Core? Objects like Document and Image were documented in the Javascript 1.2 documentation, but are absent from any documentation I can find for Javascript 1.5. I suppose I can just use the Javascript 1.2 documentation, and ignore any changes in the last ten years, but I'd really prefer to target the more recent Javascript 1.5. __________________________________________________ ______________________ TonyN.:' *firstname*nlsnews @ georgea*lastname*.com ' <http://www.georgeanelson.com/>...

Go Back   Application Development Forum > Programming Languages > Javascript

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 09-07-2008, 02:11 PM
Tony Nelson
Guest
 
Default Docmuentation for predefined objects, e.g. Image?

Where is the documentation for the predefined objects that aren't part
of the Core? Objects like Document and Image were documented in the
Javascript 1.2 documentation, but are absent from any documentation I
can find for Javascript 1.5. I suppose I can just use the Javascript
1.2 documentation, and ignore any changes in the last ten years, but I'd
really prefer to target the more recent Javascript 1.5.
__________________________________________________ ______________________
TonyN.:' *firstname*nlsnews@georgea*lastname*.com
' <http://www.georgeanelson.com/>
Reply With Quote
  #2  
Old 09-07-2008, 05:33 PM
David Karr
Guest
 
Default Re: Docmuentation for predefined objects, e.g. Image?

On Sep 7, 11:11*am, Tony Nelson
<*firstname*nlsnews@georgea*lastname*.com> wrote:
> Where is the documentation for the predefined objects that aren't part
> of the Core? *Objects like Document and Image were documented in the
> Javascript 1.2 documentation, but are absent from any documentation I
> can find for Javascript 1.5. *I suppose I can just use the Javascript
> 1.2 documentation, and ignore any changes in the last ten years, but I'd
> really prefer to target the more recent Javascript 1.5.


Is this what you're looking for? <http://developer.mozilla.org/en/DOM/
document#Introduction>
Reply With Quote
  #3  
Old 09-07-2008, 06:10 PM
Thomas 'PointedEars' Lahn
Guest
 
Default Re: Docmuentation for predefined objects, e.g. Image?

Tony Nelson wrote:
> Where is the documentation for the predefined objects that aren't part
> of the Core? Objects like Document and Image were documented in the
> Javascript 1.2 documentation, but are absent from any documentation I
> can find for Javascript 1.5. I suppose I can just use the Javascript
> 1.2 documentation, and ignore any changes in the last ten years, but I'd
> really prefer to target the more recent Javascript 1.5.


There is a contradiction. If you posted with a proper From header, I might
tell you why.

> __________________________________________________ ______________________
> TonyN.:' *firstname*nlsnews@georgea*lastname*.com
> ' <http://www.georgeanelson.com/>


Your signature is borken, too. It should be delimited like this:

--
realism: HTML 4.01 Strict
evangelism: XHTML 1.0 Strict
madness: XHTML 1.1 as application/xhtml+xml
-- Bjoern Hoehrmann
Reply With Quote
  #4  
Old 09-08-2008, 12:59 AM
Lasse Reichstein Nielsen
Guest
 
Default Re: Docmuentation for predefined objects, e.g. Image?

Tony Nelson <*firstname*nlsnews@georgea*lastname*.com> writes:

> Where is the documentation for the predefined objects that aren't part
> of the Core? Objects like Document and Image were documented in the
> Javascript 1.2 documentation, but are absent from any documentation I
> can find for Javascript 1.5. I suppose I can just use the Javascript
> 1.2 documentation, and ignore any changes in the last ten years, but I'd
> really prefer to target the more recent Javascript 1.5.


The reason you don't find them is that they are not part of the
Javascript Core/ECMAScript specification any more, because they are
have been standardized by a completely different group.
The corresponding DOM objects are specified in the W3C DOM Level 2
standard, either Core or HTML:
http://www.w3.org/TR/DOM-Level-2-Core/
http://www.w3.org/TR/DOM-Level-2-HTML/

There are some de-facto standard properties in browser object models
that are not part of a W3C standard, often called "DOM 0". These
are found in browser-specific documentation, along with proprietary
features, like
http://developer.mozilla.org/en/Gecko_DOM_Reference
or
http://msdn.microsoft.com/en-us/libr...50(vs.85).aspx

Good luck
/L
--
Lasse Reichstein Nielsen
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 06:27 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.