1) If I'm already using Modernizr then even will I need HTML5 Shiv to enable HTML5 tag supports for IE.
2) and is HTML5 Shiv only for IE or for all browser who don't have native HTML 5 support. like older version of Firefox, Safari, Chrome etc.
|
1) If I'm already using Modernizr then even will I need HTML5 Shiv to enable HTML5 tag supports for IE. 2) and is HTML5 Shiv only for IE or for all browser who don't have native HTML 5 support. like older version of Firefox, Safari, Chrome etc.
| ||||
|
feedback
|
You don't need to separately include html5shiv, because Modernizr includes it:
http://www.modernizr.com/docs/#html5inie
It's only for Internet Explorer. Older versions of other browsers don't need it: http://caniuse.com/html5semantic And the recommended snippet to include it is:
Which will only ever run for IE less than 9. | |||||||
feedback
|