[Webkit-unassigned] [Bug 61970] CSS 3 media queries device-width, device-height, width, and height are all handled incorrectly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 24 11:30:41 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=61970





--- Comment #6 from Daniel Upstone <mail+community+webkit at zealvurte.co.uk>  2013-05-24 11:29:10 PST ---
Pretty sure DIPs are not intended to be part of CSS at all and specific to implementations as an interpretation of the spec, before they were defined to be CSS pixels (which are device independent anyway, but aren't always accurate thanks to use of DIPs). The DIPs are actually the problem I was referring to with the virtual viewport. It's not the true value and just an abstraction to create DPI thresholds for the OS.

If the zoom for Android is only ever meant to be that type of zoom, then fine (mentioned this for no viewport declarations, but it seems unintuitive when the viewport size is requested to be fixed), but that does mean implementing a zoom that does change layout for accessibility in web apps (and anything else) is not as easy as it should be.

Glad to see the desktop zoom fix though, thanks.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list