You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chrome always returns scale 1 for iframes, and this is also covered by viewport-scale-iframe-manual.html. But it's not clear that the spec language at https://wicg.github.io/visual-viewport/index.html#dom-visualviewport-scale implies this. Does this follow from the math given there or do we need to add a special case?
Yes, the intent is that an iframe's visual viewport doesn't have any scale of its own when the page is zoomed. You could imagine if we ever added per-iframe based zoom it would be non-1. The meaning of it is that it's "the scale relative to the parent frame". I'll make the spec clearer on this point.
Chrome always returns scale 1 for iframes, and this is also covered by viewport-scale-iframe-manual.html. But it's not clear that the spec language at https://wicg.github.io/visual-viewport/index.html#dom-visualviewport-scale implies this. Does this follow from the math given there or do we need to add a special case?
This came up in a WebKit review (https://bugs.webkit.org/show_bug.cgi?id=179385#c7).
The text was updated successfully, but these errors were encountered: