bokand.github.io
bokand.github.io copied to clipboard
Apologies if it's not appropriate to raise issues for something like this. But I've been looking at the different viewports and behaviours on browsers and I've noticed for the layout...
In recent Firefox releases we have implemented additional improvements to viewport-related behaviour: * In Firefox 68, we shipped the Visual Viewport API (on Android). * In Firefox 72, we fixed...
Firefox, as of version 67, now implements Chromium's "minimum scale size" model for sizing the fixed viewport. That is to say: * It computes a "minimum scale" as the largest...
On a page where the fixed viewport is larger than the ICB, what should `document.scrollingElement.clientWidth` return? My experimentation seems to show that in Chrome it currently returns the ICB width....
If you load https://bokand.github.io/viewporttest.html in Chromium, zoom in such that the target element is out of view, and click the `target.scrollIntoView` button, the element does not get scrolled into the...