Modernizr

From Wiki @ Karl Jones dot com
Jump to: navigation, search

Modernizr is a JavaScript library which is designed improve cross-browser compatibility.

Description

Modernizr provides feature detection for HTML5 and CSS3.

When a web page displays a web page, and the web page specifies features which are not implemented in the browser, Modernizr responds by:

  • Using JavaScript to avoid using unimplemented features
  • Using a workaround, such as a shim, to emulate unimplemented features

Modernizr aims to provide this detection in a complete and standardized manner.

See also

External links