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
It is possible for something to be a scroll container along one axis, e.g. "overflow-x: auto". This rule probably only wants to apply when the "ratio-dependent axis", is the same as the scroll container axis?
The text was updated successfully, but these errors were encountered:
Only the visible and clip values avoid a scroll container, and
Computed value: as specified, except with visible/clip computing to auto/hidden (respectively) if one of overflow-x or overflow-y is neither visible nor clip.
The overflow-x: auto that you mention behaves as either scroll or hidden, both of which make a scroll container (even if there is no scrollbar, you can scroll with JS).
https://drafts.csswg.org/css-sizing-4/#aspect-ratio-minimum
It is possible for something to be a scroll container along one axis, e.g. "overflow-x: auto". This rule probably only wants to apply when the "ratio-dependent axis", is the same as the scroll container axis?
The text was updated successfully, but these errors were encountered: