473,396 Members | 2,087 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

javascript 1.5

Hello,

why is it that the documentation for javascript 1.5 does not talk
about the HTML elenments and their attributes and properties.
http://devedge.netscape.com/library/...ence/ix.html#C

For example the "checked" property of radio buttons.

The documentation for older versions mentioned it though.
http://wp.netscape.com/eng/mozilla/3..._a-c.htm#63602

Are they not being supported by Netscape browsers any more. I program
for IE only therefore am not aware of it.
Jul 23 '05 #1
2 1157
aa**********@yahoo.com (Aamir Ghanchi) writes:
why is it that the documentation for javascript 1.5 does not talk
about the HTML elenments and their attributes and properties.
Because that is now defined by the W3C DOM 2 HTML specification.
<URL:http://www.w3.org/TR/DOM-Level-2-HTML/>
in particular the ECMAScript binding:
<URL:http://www.w3.org/TR/DOM-Level-2-HTML/ecma-script-binding.html>
For example the "checked" property of radio buttons.
Search for "HTMLInputElement" in the latter document above.
The documentation for older versions mentioned it though.
http://wp.netscape.com/eng/mozilla/3..._a-c.htm#63602
Yes, back then then Netscape also defined the DOM for their
browsers. W3C attempts to standardize that now (and succeedes to a
large degree in moderne browsers .... which excludes IE).
Are they not being supported by Netscape browsers any more. I program
for IE only therefore am not aware of it.


Modern Netscape browsers are based on the Gecko engine from the
Mozilla project, i.e., the same as the Mozilla browser (and Mozilla
FireFox, Camino, KMeleon, etc). It is highly standards compliant.

That means that many of the proprietary features of IE will not work.
Luckily, IE, by version 6, is supporting some of the Core DOM, so you
can make code that works in both IE and modern browsers.

/L
--
Lasse Reichstein Nielsen - lr*@hotpop.com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'
Jul 23 '05 #2
Lasse Reichstein Nielsen wrote:
aa**********@yahoo.com (Aamir Ghanchi) writes:
why is it that the documentation for javascript 1.5 does not talk
about the HTML elenments and their attributes and properties.


Because that is now defined by the W3C DOM 2 HTML specification.


Yes and no. The reason is that what was part of the JavaScript core
language until version 1.3 but referred to client-side host objects
of Netscape Navigator (formally but not explicitely specified in
ECMAScript Edition 3), also called DOM Level 0 (as supported from
NN/IE 3 on), is now (v1.4+) part of the Gecko DOM which implements
parts of the W3C DOM (Level 1+) but also contains proprietary extensions.

<http://devedge.netscape.com/library/manuals/>
<http://www.mozilla.org/docs/dom/>
<http://www.mozilla.org/docs/dom/domref/>

Other DOMs, like the IE (5+) DOM or Opera's DOM, implement parts of
the W3C DOM, too.
PointedEars
Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.