Linked by Thom Holwerda on Tue 24th Mar 2009 23:26 UTC, submitted by inkslinger
Permalink for comment 354893
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/21/13 22:06 UTC
Linked by Thom Holwerda on 05/21/13 21:45 UTC
Linked by Thom Holwerda on 05/21/13 15:53 UTC
Linked by Thom Holwerda on 05/20/13 22:43 UTC
Linked by Thom Holwerda on 05/20/13 21:50 UTC
Linked by Thom Holwerda on 05/19/13 23:15 UTC
Linked by Thom Holwerda on 05/19/13 23:11 UTC, submitted by Drumhellar
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
More News »
Sponsored Links



Member since:
2007-02-17
This is as good a list as any:
http://en.wikipedia.org/wiki/World_Wide_Web_Consortium#Standards
This is the set that is tested by Acid3:
http://en.wikipedia.org/wiki/Acid3#Standards_tested
Despite what Microsoft claims, there is a fairly good match here.
DOM, for example, is tested by Acid3 for compliance at level 2.
http://en.wikipedia.org/wiki/Document_object_model
Now it seems that Microsoft might be being a bit sneaky here (who would have thought?). DOM level 3 is current, and that may well still be draft, but the Acid3 test verifies compliance only up to level 2. Microsoft passes DOM level 1, but most other browsers are up to DOM level 2, and that is all that is being asked for ... only IE fails to comply. DOM level 2 isn't draft.
Similar story for SVG. The Acid3 test looks for complaince with SVG 1.1.
http://en.wikipedia.org/wiki/Scalable_Vector_Graphics
The (draft) SVG standard in development is SVG 1.2. But a browser need not implement SVG 1.2 in order to pass Acid3, SVG 1.1 is sufficient.
IE8 does not implement SVG at all.