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
I want to define the "Viewport-Width" Client Hint in HTML, and as part of that, want to define strict processing for it, setting its value to the same one as document.documentElement.clientWidth.
At the same time, clientWidth's definition relies on CSSOM's viewport definition while HTML relies on another viewport definition.
Which on those is the "right" one? Is there a good reason to have multiple definitions to the same concept? Halp! :)
The text was updated successfully, but these errors were encountered:
Hello,
I want to define the "Viewport-Width" Client Hint in HTML, and as part of that, want to define strict processing for it, setting its value to the same one as
document.documentElement.clientWidth
.At the same time, clientWidth's definition relies on CSSOM's viewport definition while HTML relies on another viewport definition.
Which on those is the "right" one? Is there a good reason to have multiple definitions to the same concept? Halp! :)
The text was updated successfully, but these errors were encountered: