Home › Forums › Other › Personal Portfolio – Critiques please….. › Re: Personal Portfolio – Critiques please…..
July 18, 2012 at 1:35 pm
#106323
Member
Modernizr does not “enable HTML5” in any browser. If a browser doesn’t support border-radius, Modernizr will not magically change that.
What Modernizr does is examine the user agent (browser) to determine what features (including HTML5 stuff) it supports. It adds class names to HTML elements indicating which features are and are not supported by the browser being used. You can use these class names as styling hooks for alternate styling to work around or simulate unsupported features.