W3C Approves DOM Level 2
techsoldaten writes "Web developers rejoice! W3C announced yesterday the DOM Level 2 specification has become a full recommendation. Article about it on Infoworld. The payoff for Web developers, once this recommendation has been incorporated into browsers, is cross-browser DOM scripting should become a thing of the past and XHTML will be available as a means of handling some data-related tasks within a Web page. One hole in the silver lining: the specification is not backwards compatible with DOM Level 1."
cross-browser DOM scripting should become a thing of the past
Umm, isn't cross-browser DOM scripting what we *want* in the future?
--------- Beware the dragon, for you are crunchy and good with ketchup.
From the article:
"This means that developers who build applications using DOM Level 2 won't be building products compatible with current DOM browser technology. This could be a problem," he said.
It's backwards compatible, but not *downwards* compatible. Just like Windows 2000 can run old DOS programs, but you can't run Win2K programs on DOS.
--------- Beware the dragon, for you are crunchy and good with ketchup.
Level 2? Man, I've gotten all the way to the top level of DOOM! The W3C must really suck at first-person shooters or something.
... which will be like, uhm, dunno, never?
There's not even ONE browser available TODAY, that FULLY implements HTML4 or CSS2 - regardless that their respective developers say otherwise.
I'll bet it'll be no time until microsoft adds something to the specs that only IE supports. Then They'll convince many lusers to use it and those of us that don't use IE will get screwed again. You guys remember Java Script, and HTML right?
I wonder, what will it take to convince microsoft that they need to follow the standards like every one else?
-Code
---PRESS ANY KEY TO CONTINUE---
"Now, where's the damn 'any' key?"
I don't mean to troll, but who cares about standards when Microsoft doesn't care about standards? We can't push standards on WinIE.
For example:Technically correct and it compiles, but it doesn't do what you would necessarily want it to do. Testing against IE is most definitely not testing against a W3C standard for rendering. IE has its share of bugs too -- sometimes bugs that only show up when viewed in another possibly more standards-compliant browser.
And why dump XHTML (I'm assuming "strict") for HTML 4.01 transitional? They are basically the same thing only XHTML transitional is well-formed XML. Since you already went through the trouble of making the site well-formed, why dump it for HTML? That's like saving up money for a BMW, not ending up with enough money, and choosing a used Ford Pinto. What about the middle ground?
- I don't need to go outside, my CRT tan'll do me just fine.
This is the DOM Level 2 spec as applied to HTML and XHTML.
From the DOM Level 2 HTML recommendation:
- I don't need to go outside, my CRT tan'll do me just fine.
DOM Level 2 approves the W3C!
WC3 Approves Doom 2 Level ...that's what I thought I saw.
instead of having one case for each browser that exists, we first have to check which version were using and then have one case for each browser that exists
it's no longer about waiting for everybody to support the standard, now it's about waiting for everybody to drop support for the old standard, which takes much longer
DOM 2 is like my favorite game ever!
Those standards also are lighter in weight, require less network traffic and render more quickly even in current browsers. Of course a large part of this is that these standards omit JavaScript and CSS.