Web standards revisited
A List Apart has an interesting post about called Web Standards 2008: Three Circles of Hell. Molly E. Holzschlag gives an interesting view into the web standards organizations and the mechanisms that drive web standards. This is not uplifting reading at all despite the optimistic note towards the end:
Can we solve the problem? I’ve never been a fortune teller, but I am an optimist. I believe we have amazing people in each of these circles who can come together and make things happen.
I am more of a pessimist so I would place my money on a future with bad standards. Still - bad standards are better than no standards at all. After all - it is easier to be a web developer these days than it used to be. I like to think that this is because more and better standards. The tools are better and the number of things that don't work in Internet Explorer are not that numerous any more. Pragmatically speaking - there is progress. Could standards be better - definitely. I spent almost a day last week explaining the XML Schema standard (oops - it is not a standard - it is a recommendation....) to a group of people attending an XML course for beginners. They asked me: "Why is it so complicated?". I had no answer to that. (For those lucky few of you that aren't XML-enabled it is easy to summarize the complexity. To define
<foo> <bar/> </foo>
you need to say
<element name="foo> <complexType> <sequence> <element name="bar" type="string" /> </sequence> </complexType> </element>
With some imagination it is not hard to see where this is leading....) My teacher colleague Mathias Franzén pointed out that things may be unnecessarily complex but once embraced by the critical mass there is no turning back. XML Schema is like that. It has become the de facto standard for all large organizations. Sad - since there is this nice alternative called RELAX NG that has the same functionality without the unnecessary complexity.
Old comments