WordPress/wp-includes/js/tinymce/plugins
Andrew Nacin 7183a9cce9 Introduce a new, cross-browser HiDPI CSS @media rule to be used everywhere.
{{{
@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
}}}

Serve HiDPI graphics for printing, regardless of screen resolution.

Specify Opera's vendor-prefixed device pixel ratio property, for Opera desktop.

Specify a minimum Webkit device pixel ratio of 1.25 instead of 1.5, to serve
2x images to Android devices that are between 1 and 1.5x (like the Nexus 7).
Firefox and Opera will respond to 1.5x on these devices, but Chrome will not.

Specify min-resolution, which covers Firefox 19. Opera on Android also supports
min-resolution, but Opera Mini does not support dppx, so the dpi unit is used.

props iammattthomas for the exhaustive research.
props lessbloat for patching.

fixes #22238.



git-svn-id: http://core.svn.wordpress.org/trunk@22629 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-17 06:50:08 +00:00
..
directionality Update TinyMCE to 3.5.6, see #21173 2012-08-18 23:24:27 +00:00
fullscreen TinuMCE: update to 3.5.7, fixes #21173 2012-11-12 21:20:46 +00:00
inlinepopups TinuMCE: update to 3.5.7, fixes #21173 2012-11-12 21:20:46 +00:00
media TinuMCE: update to 3.5.7, fixes #21173 2012-11-12 21:20:46 +00:00
paste TinuMCE: update to 3.5.7, fixes #21173 2012-11-12 21:20:46 +00:00
spellchecker Update TinyMCE to 3.5.4.1, fixes #21173 2012-07-07 16:22:53 +00:00
tabfocus Update TinyMCE to 3.5.6, see #21173 2012-08-18 23:24:27 +00:00
wordpress Compress scripts/styles: 3.5-beta3-22601. TinyMCE updated. 2012-11-15 22:58:31 +00:00
wpdialogs Compress scripts/styles: 3.5-beta2-22515. 2012-11-09 22:58:35 +00:00
wpeditimage Introduce a new, cross-browser HiDPI CSS @media rule to be used everywhere. 2012-11-17 06:50:08 +00:00
wpfullscreen Compress scripts/styles: 3.5-alpha-21964. TinyMCE updated. 2012-09-24 03:24:33 +00:00
wpgallery Compress scripts/styles: 3.5-beta3-22607. TinyMCE updated. 2012-11-16 00:58:33 +00:00
wplink Compress scripts/styles: 3.5-alpha-21269. TinyMCE updated. 2012-07-13 00:58:19 +00:00
wpview Compress scripts/styles: 3.5-beta1-22223. TinyMCE updated. 2012-10-12 22:58:48 +00:00