[Webkit-unassigned] [Bug 107997] Implement desktop compatibility viewport

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 27 00:18:10 PST 2013


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





--- Comment #4 from Benjamin Poulain <benjamin at webkit.org>  2013-01-27 00:20:06 PST ---
(In reply to comment #3)
> We'd like to implement pinch zoom while behaving well on existing desktop websites which weren't designed with it in mind.  In particular, fixed-position elements tend to be positioned strangely in the presence of pinch zoom.  We're planning to position those in a larger box which is always sized to the initial containing block, which we're tentatively calling "desktop compatibility viewport".

Both iOS and Mac supports fixed element and full page zoom.

It could be bad for web developers to have to tweak for each browser separately. It would be nice to have common concepts and behaviors instead.

Could you please detail a bit the concept you are creating? Would the element still be fixed when you zoom? If the position is in percentage, how do you layout?

-- 
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