Modernizr

From Wiki @ Karl Jones dot com
Revision as of 13:40, 9 May 2016 by Karl Jones (Talk | contribs) (Created page with "'''Modernizr''' is a JavaScript library which is designed improve cross-browser compatibility. == Description == Modernizr provides feature detection for HTML5...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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