MooModernizr 1.1 tests the browser's CSS3 and HTML5 capabilities. This by extending MooTools' Browser.Features object with a variety of CSS3 and HTML5 features. Therefore it extends the Browser.Features object. MooModernizr is a Mootools 1.2 port of Modernizr 1.1.
- canvas
- canvastext
- geolocation
- rgba
- hsla
- multiplebgs
- borderimage
- borderradius
- boxshadow
- textshadow
- opacity
- cssanimations
- csscolumns
- cssgradients
- cssreflections
- csstransforms
- csstransitions
- video tag
- audio tag
- query - use native selector engine document.querySelecotorAll()
- json - use native JSON
- inputtypes - does the user agent support any html5 inputtype(s)
- input attributes
- localstorage
- sessionstorage
- webworkers
- applicationcache
- offlinedetection
- postmessage
MooModernizr is very easy to use. Just try:
- console.log(Browser.Features.csscolumns);
You can find a full demo and download page here
Source code: Google Code (MIT license)


