interop icon indicating copy to clipboard operation
interop copied to clipboard

overflow-inline/block

Open BenjaminAster opened this issue 5 months ago • 2 comments

Description

The overflow-inline and overflow-block CSS properties, which are the logical equivalents of overflow-x and overflow-y, are currently only supported in Firefox. When writing an entire page layout with logical properties, the overflow-* properties have long been a weird edge case where the logical versions just aren't supported in browsers.

Note that this might be less important than other interop things, but I think implementation should be rather easy and straightforward on the browser's side, so hopefully it doesn't deprioritize other features too much.

Specification

https://drafts.csswg.org/css-overflow-3/#overflow-control

Additional Signals

No response

BenjaminAster avatar Sep 17 '24 19:09 BenjaminAster