Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does IE6 support any HTML5 elements?

Does IE6 support any HTML5 elements?

<!DOCTYPE HTML>
<header>
<section>
<header>
<nav>
<canvas>
<video>
like image 958
faressoft Avatar asked Sep 15 '10 04:09

faressoft


People also ask

What elements does HTML5 support?

HTML5 offers some new elements, primarily for semantic purposes. The elements include: section , article , aside , header , footer , nav , figure , figcaption , time , mark & main .

Which element is not supported by HTML5?

Some attributes from HTML4 are no longer allowed in HTML5 at all and they have been removed completely. img and iframe. caption, iframe, img, input, object, legend, table, hr, div, h1, h2, h3, h4, h5, h6, p, col, colgroup, tbody, td, tfoot, th, thead and tr. table, tr, td, th and body.

Does Internet Explorer work with HTML5?

The problem with IE8 and lower versioned IE browsers is that they were created many years ago while HTML5 is new technology and HTML5 tags were newly invented so legacy browsers do not support them.

Does Internet Explorer 9 support HTML5?

In the Compatibility View settings, disable the checkbox “Display all websites in Compatibility View”. Once you turn off the compatibility mode, your HTML5 presentation will be displayed correctly in your Internet Explorer 9 browser.


1 Answers

It barely supports HTML4.... ha :)

No it doesn't without some fancy Javascript HTML5 emulating script type-of-thing.

Edit

Such as this one.

like image 122
Marko Avatar answered Nov 15 '22 12:11

Marko