[csswg-drafts] [css-values] Should viewport units still depend on scrollbar width for overflow:scroll?

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

== [css-values] Should viewport units still depend on scrollbar width for overflow:scroll? ==
Right now the [definition of viewport units](https://drafts.csswg.org/css-values-3/#viewport-relative-lengths) says that they shrink for scrollbar sizes when `overflow` on the root is `scroll` (which is quite rare, since it's not the default), but not in other cases.

Apparently Gecko is the only engine that implements this, and we're wondering whether it's worth the work to maintain that implementation when it seems like nobody else is going to.

Are other engines planning to do this?

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

Received on Tuesday, 29 August 2017 22:44:57 UTC