[csswg-drafts] [css-overflow-4] scrollbar-gutter should not be inherited (#5231)

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

== [css-overflow-4] scrollbar-gutter should not be inherited ==
[The `scrollbar-gutter` spec](https://www.w3.org/TR/css-overflow-4/#scollbar-gutter-property) states that the value of this property is **inherited**.

So, when a container uses e.g. `scrollbar-gutter: always force;` to reserve space for the scrollbar, then all of its children will also reserve the same amount of space inside their respective boxes.

This behaviour is likely to break the layout and doesn't seem to be what the author intended.

Proposal: update the `scrollbar-gutter` spec with `Inherited: no`.

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

Received on Wednesday, 17 June 2020 15:45:24 UTC