Everyone, every blog is talking about HTML 5 and giving solution to use HTML in all browsers including IE6.
- Should we leave XHTML 1.0 now and go
for HTML 5 and use JavaScript for IE6 support? - Does all other desktop/mobile browser
except IE6 supports HTML 5 without
adding JavaScript? - Will every browser render CSS written
for HTML 5 elements? - What about Screen- readers?
Pros:
Cons:
I wouldn’t. I’d stick to HTML 4.01.
You need JS shims for more than IE6. I think IE8 might still require them – and that’s for basic support for things like
<article>just so you can apply CSS. Forget about<video>for the new form stuff.No
A quick test shows that IE8 and Firefox 3.6 don’t support
<article>(IE8 doesn’t appear to make it available for styling, Firefox styles it asdisplay: inlineby default)Not without JS hacks.
Most will not be able to do anything useful with the new elements