Hacker News new | ask | show | jobs
by eliam 5231 days ago
Smallest what? There's no DOCTYPE.
1 comments

It's worth adding that the DOCTYPE is what specifies what HTML rendering engine IE 7 and 8 use. A document without the DOCTYPE directive will render in quirks mode, and nobody wants that.