Show Navigation
Conversation
Notices
-
Quick shower thought for everyone: the HTML doctype is useless. The doctype is unversioned and so you can never use it to say "this html is invalid" because it may just be a newer 'version' than you implement.
-
@tekk Pre-HTML5 doctypes were versioned. (For example, see HTML 4.01 and XHTML 1.0.) But since HTML5 is just "Guess Your Best" tag soup anyway, you'd probably have your user-agent just render what it understands and ignore what it doesn't.
-
@lnxw48a1 yeah, that was what I was getting at. There's no reason for requiring a doctype now when it's meaningless