[csswg-drafts] [css-conditional-5] Add inline/block/x/y values to `overflowing` scroll-state query? (#11183)

fantasai has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-conditional-5] Add inline/block/x/y values to `overflowing` scroll-state query? ==
The `overflowing` scroll-state query has the values `none | top | right | bottom | left | block-start | inline-start | block-end | inline-end `, which indicate each of the sides of the box. But sometimes people want to know about an axis, not one side of it specifically.

Would it make sense to add `x`/`y/`inline`/`block` values to this query as well? They would be true if there is scrollable overflow in either direction along the named axis.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11183 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 12 November 2024 18:11:42 UTC