WCAG, HTML, and CSS: Maybe the Standards Need a Break
Jens Meiert, June 15, 2007 / February 25, 2008.
This entry is filed under Web Development, Accessibility.
The web development community worries about the development of WCAG, HTML, and CSS (recently).
These worries and the related criticism appear to be valid and legitimate – there are problems with the Web Content Accessibility Guidelines (hopefully being addressed by the WCAG Working Group, alternatively addressed by the WCAG Samurai), there’s demand for an update of HTML (formerly addressed by the WHATWG, currently addressed by the new HTML Working Group, orchestrated by the W3C), and finally, there appear to be questions concerning the development of the CSS standard.
Let’s all try to contribute to the demanded improvements, but we’ll probably benefit from a break soon after the release of WCAG 2.0, HTML 5, and CSS 3.
Why? By then (2010?), there will be need for a look backwards and a thorough revision of these standards, mainly meaning additional quality assurance (unfortunately, the W3C process doesn’t even allow to fix typos once a spec is stable …) and, above all, time for implementors. For years we’ve all been in a hurry to update and extend standards that we don’t seem to notice that our complaints about missing or false implementations might be caused by exactly that rush. (Current problems and criticism might make this sound ironic, but it’s not meant to be.)
Sure, there’s partially strong need to fix certain spec parts, but we’ll certainly benefit from a time where we explicitly want just two things: QA and rest. (And during such a “spec freeze”, we could also focus on learning and teaching these and other standards.)
So someday, let’s take a break.
Read More
Enjoy some popular posts, probably including contemporaries:
Comments
-
On June 15, 11:08 CEST, Jens Meiert said:
Interestingly, Molly Holzschlag posted a similar entry, HTML 5 and XHTML 1.1+ must stop for now … What’s going on these days? (Wrote this post’s draft on Tuesday.)
-
On June 15, 12:05 CEST, Karl Dubost, W3C said:
You said: “(unfortunately, the W3C process doesn’t even allow to fix typos once a spec is stable …)”
That is plain wrong. It is called erratas and it is perfectly defined. Looked on the HTML 4.01 spec.
I have replied to Molly on the QA Weblog: Fixing the Web together.
-
On June 15, 12:23 CEST, Jens Meiert said:
Hi Karl – I know the process, but from my point of view at least typos should be fixed in the corresponding document, not within errata. (That’s why I didn’t mention them at all; unfortunately, maybe.)
One example: 1999’s Accessibility Features of CSS note contains several errors I noted in 2005, but (not only) due to the process, they never got fixed, not even within errata. As long as I didn’t overlook such a document.
-
On June 15, 14:48 CEST, Richard Ishida said:
Hi Jens. Note also that errata can be brought into the specification via the PER part of the process. For example, the XML spec is currently in its 4th edition. HTH.