cms/drupal/profiles/drustack/libraries/modernizr/readme.md
changeset 541 e756a8c72c3d
equal deleted inserted replaced
540:07239de796bb 541:e756a8c72c3d
       
     1 Modernizr [![Build Status](https://secure.travis-ci.org/Modernizr/Modernizr.png?branch=master)](http://travis-ci.org/Modernizr/Modernizr)
       
     2 =========
       
     3 
       
     4 ### a JavaScript library allowing you to use CSS3 & HTML5 while maintaining control over unsupported browsers 
       
     5 
       
     6 Modernizr tests which native CSS3 and HTML5 features are available in
       
     7 the current UA and makes the results available to you in two ways:
       
     8 as properties on a global `Modernizr` object, and as classes on the
       
     9 `<html>` element. This information allows you to progressively enhance
       
    10 your pages with a granular level of control over the experience.
       
    11 
       
    12 Modernizr has an optional (*not included*) conditional resource loader
       
    13 called `Modernizr.load()`, based on Yepnope.js ([yepnopejs.com](http://yepnopejs.com/)).
       
    14 To get a build that includes `Modernizr.load()`, as well as choosing
       
    15 which tests to include, go to [www.modernizr.com/download/](http://www.modernizr.com/download/)
       
    16 
       
    17 [Full documentation on modernizr.com/docs/](http://www.modernizr.com/docs/)
       
    18 
       
    19 * * *
       
    20 
       
    21 Modernizr is dual-licensed under the [BSD and MIT licenses](http://www.modernizr.com/license/).
       
    22 
       
    23 [modernizr.com](http://www.modernizr.com/)
       
    24 
       
    25 
       
    26 #### Try it out: 
       
    27 
       
    28 Run the test suite: [http://modernizr.github.com/Modernizr/test/](http://modernizr.github.com/Modernizr/test/)