That will do absolutely nothing for browsers that have no support for HTML
5 tags. In fact if you want an HTML 5 tag to even /render/ in certain
versions of IE, you MUST use document.createElement("header") and so forth
for all of the tags.  If you look at code of the demo you will see the line
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js";></script>
which does just that. There is no way around it. To be perfectly honest
there isn't a difference between XHTML and HTML 5 other than HTML 5 has
more semantic tags.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://emu.freenetproject.org/pipermail/devl/attachments/20120320/8cf85aab/attachment.html>

Reply via email to