Talk:WebDev:FrontendCodeStandards: Difference between revisions
Jump to navigation
Jump to search
(Preference for HTML 4.01 over XHTML Strict) |
No edit summary |
||
Line 1: | Line 1: | ||
After spending a couple of years running | My vote is for HTML 4.01 over XHTML 1.0 Strict. After spending a couple of years running XHTML 1.0 Strict pages on my site I'm convinced that it's a waste of time. The simple fact that the application/xhtml+xml MIME type isn't supported in Internet Explorer makes a mass implementation pointless. I'd much rather advocate a doctype that is uses a MIME type that is widely supported, i.e. HTML 4.01 over text/html. |
Revision as of 19:31, 30 June 2008
My vote is for HTML 4.01 over XHTML 1.0 Strict. After spending a couple of years running XHTML 1.0 Strict pages on my site I'm convinced that it's a waste of time. The simple fact that the application/xhtml+xml MIME type isn't supported in Internet Explorer makes a mass implementation pointless. I'd much rather advocate a doctype that is uses a MIME type that is widely supported, i.e. HTML 4.01 over text/html.