Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Personal Portfolio – Critiques please….. Re: Personal Portfolio – Critiques please…..

#106323
snillor
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.