A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).
Authoring: Difference between revisions
Jump to navigation
Jump to search
m (+ link) |
No edit summary |
||
Line 10: | Line 10: | ||
</pre> | </pre> | ||
([http:// | ([http://blog.whatwg.org/supporting-new-elements-in-ie More details].) |
Revision as of 14:54, 8 January 2009
Please add tips here on using HTML-5-specific features, and making them compatible with older browsers.
Getting Internet Explorer to recognize the new elements
Internet Explorer will not style elements it doesn't recognize. You can get around this with a script. For example:
<script> document.createElement("section") </script>
(More details.)