-
Notifications
You must be signed in to change notification settings - Fork 756
Description
As part of the Interop 2022 Viewport Investigation Effort we noticed there are some aspects not explicitly defined, leaving room for interpretation.
-
How do Viewport-Percentage lengths behave on browsers with no dynamic UA UI Elements?
In User Agents that have no dynamic UA toolbars, the Large+Small+Dynamic Viewport all have the same size. This is not explicitly mentioned, and could wrongfully be interpreted as “these User Agents have no dvh/lvh/svh units”. -
Is
100dvhclamped between100svhand100lvh?
In some browsers we noticed100dvhcan grow larger than100lvhin very specific scenarios. This looks like a browser bug, but it would be good if the spec were backing this up here by explicitly mentioning that the value ofdvhis clamped betweensvhandlvh.
Two minor remarks/clarifications in the spec could solve this.