Skip to content

Commit

Permalink
update list of html5 elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor authored and paulirish committed Dec 8, 2009
1 parent ff02168 commit 84e5596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modernizr.js
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ window.Modernizr = (function(window,doc){

// Enable HTML 5 elements for styling in IE:
if ( enableHTML5 && !(!/*@cc_on!@*/0) ) {
elems = 'abbr article aside audio canvas datalist details eventsource figure footer header hgroup mark menu meter nav output progress section time video'.split(' ');
elems = 'abbr article aside audio canvas datalist details figure footer header hgroup mark menu meter nav output progress ruby rt section time video'.split(' ');

i = elems.length+1;
while ( --i ) {
Expand Down

0 comments on commit 84e5596

Please sign in to comment.