Tips and Tricks About Computers, Web Development, Linux, the Internet and the Like
Doctypes and why I never really gave a crap
To me, doctypes have always been somewhat of a hassle. I know when I write good code and I know how to fix errors the validator spits out at me. Other than that, my knowledge is limited. I usually just copy the header from my older documents and hope for the best. However, yesterday I had a change of heart and thanks to a simple google search, that led me to a great article, that brought me to a not so easily found page on w3. I was able to sigh in relief. I really don’t understand why the chart below isn’t easily accessible.

This chart is located about half way down the page.
According to my purple to blue link ratio, there are no links off the front page of w3 to this article. I find this rather inconvenient. Thankfully, the good folks at ALA know what’s up.
| Print article | This entry was posted by Tyler Mulligan on December 10, 2007 at 12:03 pm, and is filed under Organization, Web Development. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
about 4 years ago
Hi,
do you have a suggestion to make it more visible or accessible?
Many articles are published on the Library page and on the QA Weblog.
about 4 years ago
Oh and I have forgotten, if you do dtd w3c. The reference page comes up first.
about 4 years ago
As I seldom visit w3 save for the validator… sections such as the ‘Library’ and ‘QA Weblog’ are virtually unknown to me. I’d assume this is true for others as well. I didn’t know what Q&A Weblog was until now and it doesn’t really seem like a likely place for doctypes to be hiding (to me at least).
Adding a link such as ‘Understanding Doctypes’ to the index page would certainly help people like me looking for the quick and dirty lowdown.
I would have never searched for ‘dtd w3c’ when searching for doctypes. I’m not sure how many others feel the same.
about 4 years ago
The doctype list is also linked from the validator FAQ, and from validation error messages related to the absence of doctype, doctype override etc.
Should the list also be given in full in the validator’s documentation?
about 4 years ago
A basic list with a link to the Recommended List couldn’t hurt.
A link in the footer of the validator to that list and the Choosing a DOCTYPE document would be even better.
Nice refreshed design on the validator by the way.