Skip to content

Commit

Permalink
Add link to draft spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jansepar committed Jan 12, 2014
1 parent 3c7ae71 commit 2674e79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ A Responsive Images approach that you can use today that mimics the [proposed pi

**Demo URL:** [http://jansepar.github.com/picturefill/](http://jansepar.github.com/picturefill/)

**Draft Specification:** [http://picture.responsiveimages.org/](http://picture.responsiveimages.org/)

**Note:** Picturefill works best in browsers that support CSS3 media queries. The demo page references (externally) the [matchMedia polyfill](https://github.com/paulirish/matchMedia.js/) which makes matchMedia work in `media-query`-supporting browsers that don't support `matchMedia`. `matchMedia` and the `matchMedia` polyfill are not required for `picturefill` to work, but they are required to support the `media` attributes on `picture` `source` elements. In non-media query-supporting browsers, the `matchMedia` polyfill will allow for querying native media types, such as `screen`, `print`, etc.

## Markup pattern and explanation
Expand Down

0 comments on commit 2674e79

Please sign in to comment.