Difference between revisions of "Modernizr"
From Wiki @ Karl Jones dot com
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...") |
(No difference)
|
Latest revision as of 12:40, 9 May 2016
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
- Official website
- Modernizr @ Wikipedia