[csswg-drafts] [css-logical] How to resolve 'resize' when applied to the viewport?

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

== [css-logical] How to resolve 'resize' when applied to the viewport? ==
Though not explicit in the spec (#3281), my assumption is that `resize` resolves logical values using the writing mode of the containing block (just like `float`, `clear` and `caption-side`).

However, according to https://drafts.csswg.org/css-overflow-3/#overflow-propagation,

> UAs must apply the overflow-* values set on the root element to the viewport.

The viewport is the initial containing block, so it has no containing block. How are logical values resolved, then?


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

Received on Wednesday, 7 November 2018 21:09:06 UTC