Axure / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Please add support for new HTML 5 tags #236

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
HTML 5 defines many new tags like header, footer, section, article and many
more. Standard-compliant browsers (and maybe even IE9) can work wit them 
and style them. But IE ignores unknown tags (So they can't be styled)
unless they are introduced with a simple line like
'document.createElement("header")' in the head of the HTML document. 

It should be easy to add these tags to IE[789].js by simply adding code
like this:

http://remysharp.com/downloads/html5.js

Original issue reported on code.google.com by k...@ailis.de on 22 Mar 2010 at 7:17

GoogleCodeExporter commented 9 years ago
Just tried it out in current Internet Explroer 9 preview. It indeed supports 
the new
HTML 5 tags, no workaround needed here.

Original comment by k...@ailis.de on 22 Mar 2010 at 7:41

GoogleCodeExporter commented 9 years ago

Original comment by dean.edw...@gmail.com on 22 Mar 2010 at 10:54

GoogleCodeExporter commented 9 years ago
This would indeed be helpful.  One less js file to include into my pages.

Original comment by fredcl...@gmail.com on 1 Apr 2010 at 3:24

GoogleCodeExporter commented 9 years ago
Issue 238 has been merged into this issue.

Original comment by dean.edw...@gmail.com on 1 Apr 2010 at 3:08

GoogleCodeExporter commented 9 years ago

Original comment by dean.edw...@gmail.com on 25 Apr 2010 at 3:40

GoogleCodeExporter commented 9 years ago
Added in version 2.1 beta4.

Original comment by dean.edw...@gmail.com on 30 Apr 2010 at 9:15