Skip to content
paulirish edited this page May 11, 2012 · 54 revisions

Modernizr - a JavaScript library allowing you to use CSS3 & HTML5 while maintaining control over unsupported browsers

  • Read this page before filing a new issue
  • links to shims and polyfills that add functionity of new features to older browser. they work well in combo with modernizr's detects.
  • things that maybe cannot be feature detected.
  • Feature detections beyond Modernizr Core. Basically best practice detects for everything worth detecting. Some written tests have not been committed yet.

Server-side implementations

Other feature detection projects:

Device detection projects:

Sites that use Modernizr

Modernizr is used by projects like

Clone this wiki locally