It's Official: HTML5 Is a W3C Standard
rjmarvin (3001897) writes The Worldwide Web Consortium today has elevated the HTML5 specification to 'recommendation' status , giving it the group's highest level of endorsement, which is akin to becoming a standard. The W3C also introduced Application Foundations with the announcement of the HTML5 recommendation to aid developers in writing Web applications, and said the organization is working with patents holders of the H.264 codec to agree on a baseline royalty-free interoperability level commitment.
But it's already a de facto standard. I think W3C's clout in this area is diminished because the market already decided it was a standard long before they did.
W3C still has an important role: they're the standards body.
We've been telling governments for years to use open standards and HTML is often held up as a shining example. A lot of governments have even made commitments to using open standards but if W3C announces that DRM is part of HTML, then governments will accept DRM and they'll think/claim they're doing what we asked with regard to open standards.
So we need to keep telling W3C that we don't want DRM in HTML. And when W3C says "Oh, but Netflix really wants DRM", we just reply that this doesn't require blessing from W3C.
FSF is almost the only organisation campaigning on this: https://www.defectivebydesign....
Help build the anti-software-patent wiki
Where's the schema (DTD/XML Schema/Relax NG)?
Answer: there is no schema. Validating documents seems to have gone out of fashion. Writing a parser for HTML5 is extremely difficult. Basically the broken parsing behavior of old browsers is now standardized in a crazy arcane description of how to parse HTML5 documents.
http://www.w3.org/TR/html5/syn...
Who benefits from such crazy parsing rules? The current browsers. This raises the bar for entry.
DNA is the ultimate spaghetti code.