Go Back   CodingForums.com > :: Client side development > JavaScript programming > DOM and JSON scripting

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-23-2002, 06:46 PM   PM User | #1
HappyDude
New Coder

 
Join Date: Jul 2002
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
HappyDude is an unknown quantity at this point
DOM browser support

I've decided to give up on NS4, as it's seeming more and more like a waste of time, so I've run out of reasons not to learn the DOM... but before I start, I have a question - how well is it truly supported by browsers? Do all the browsers actually adhere to the W3C standards? If the W3C tells me something exists in DOM, will I be able to use it without worrying that even though a browser supports DOM, it might not be completely compatible with it?

I've spent so long writing almost every piece of code 2-3 times over for browser compatibility that I'm wary of anything that is supposively standardized...
HappyDude is offline   Reply With Quote
Old 08-23-2002, 07:34 PM   PM User | #2
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
IE5+ supports DOM1 Core and DOM1 HTML, though getElementsByTagName('*') was only supported since IE6. IE5/Mac has slightly better DOM support I hear.

NS6/NS7/Mozilla (anything Gecko-based) supports all of DOM1, and all of DOM2 except for missing the NodeIterator interface in Traversal-Range, and a few things in the DOM2 Style specs. Recent Gecko builds also support the DOM3 XPath interface.

Opera as far as I can tell supports a limited amount of DOM1. Opera 7 may support more, but I don't know as I'm not beta testing it...
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Old 08-24-2002, 11:37 PM   PM User | #3
mpjbrennan
Regular Coder

 
Join Date: Jun 2002
Location: Newcastle, England
Posts: 178
Thanks: 0
Thanked 0 Times in 0 Posts
mpjbrennan is an unknown quantity at this point
Great idea to give up on NS4!

patrick
mpjbrennan is offline   Reply With Quote
Old 08-28-2002, 07:25 PM   PM User | #4
beetle
Senior Coder

 
Join Date: Aug 2002
Posts: 3,467
Thanks: 0
Thanked 0 Times in 0 Posts
beetle has a little shameless behaviour in the past
Ya, trying to realiably code for NS4.x leads to and and eventually
beetle is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:15 AM.


Advertisement
Log in to turn off these ads.