Hacker News new | ask | show | jobs
by plugnburn 3742 days ago
Looked. So what? There's a difference between "ugly" and "invalid". Both cases are bad but the first one has much more impact on end users.

Edit to answer "how is it invalid": is this not enough? http://validator.w3.org/check?uri=http%3A%2F%2Fnews.ycombina...

2 comments

This is HN webpage, I meant the article page doctype.

taken from w3c:

    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
	       "http://www.w3.org/TR/html4/loose.dtd">

article doctype:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
		"http://www.w3.org/TR/html4/loose.dtd">
How is it invalid ?