Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit f6d951d

Browse files
committed
Clarify matchmedia not in default 3.0 package
1 parent 1600243 commit f6d951d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h3 class="hed-subsection" id="contributing">Contributing, Bug Reports, and More
4646
<h2 class="hed-section" id="download">Downloading Picturefill</h2>
4747

4848
<h3 class="hed-subsection">Picturefill Version 3.0.0 (Alpha)</h3>
49-
<p>Version 3 is a full rewrite of the codebase featuring optimized performance, better emulation of native behavior, and new spec-based parsers. It also handles some of the quirks, shortcomings, and edge cases related to first-generation native implementations. As with version 2, the default download packages include the <a href="https://github.com/paulirish/matchMedia.js/">matchMedia polyfill</a> for browsers that need it (like IE9). Feedback on this alpha release is welcome. If you encounter issues, please <a href="https://github.com/scottjehl/picturefill/issues">file a issue</a> on Github.</p>
49+
<p>Version 3 is a full rewrite of the codebase featuring optimized performance, better emulation of native behavior, and new spec-based parsers. It also handles some of the quirks, shortcomings, and edge cases related to first-generation native implementations. For IE 9 and earlier, version 3 includes a small shim that polyfills the use of common media conditions (<code>min-width</code>, <code>max-width</code>, <code>min-height</code>, <code>max-height</code>). If you need old IE support for other media conditions, such as <code>orientation</code> or <code>aspect-ratio</code>, please additionally include the <a href="https://github.com/paulirish/matchMedia.js/">matchMedia polyfill</a>. Feedback on this alpha release is welcome. If you encounter problems, please <a href="https://github.com/scottjehl/picturefill/issues">file a issue</a> on Github.</p>
5050
<ul>
5151
<li>
5252
<a href="#" class="download">picturefill.js</a>

0 commit comments

Comments
 (0)