[wp-trac] [WordPress Trac] #35204: Refresh HiDPI support
WordPress Trac
noreply at wordpress.org
Tue Dec 22 20:15:14 UTC 2015
#35204: Refresh HiDPI support
----------------------------+---------------------------------
Reporter: lancewillett | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: ui, administration
----------------------------+---------------------------------
Comment (by ocean90):
The rules for Opera are already dropped since [31505].
Webkit-specific selectors are currently the *first* in a set, that's why
Autoprefixer will convert your syntax to
{{{
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi),
(min-resolution: 1.25dppx) {
/* Styles go here */
}
}}}
Would this work too? It's also suggested on https://developer.mozilla.org
/en-US/docs/Web/CSS/Media_Queries/Using_media_queries#-moz-device-pixel-
ratio and http://www.w3.org/blog/CSS/2012/06/14/unprefix-webkit-device-
pixel-ratio/.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/35204#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list