[csswg-drafts] [css-overflow-3] 'overflow' 2-value syntax is in wrong order

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

== [css-overflow-3] 'overflow' 2-value syntax is in wrong order ==
Currently the 'overflow' 2-value syntax is parsed to be horizontal-vertical (to be precise, the first value maps to overflow-x, the second to overflow-y).

When possible, for any new 2-axis properties we're trying to map them to the logical longhands instead, so this is currently wrong.  As well, for horizontal writing modes, the x/y ordering is *opposite* the logical ordering we've settled on, which is block/inline (to match what 4-value syntaxes do when you specify only two values).

As the two-value syntax is new, this should still be fixable - two values should map to overflow in the block and inline axises, in that order.

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

Received on Friday, 3 August 2018 21:12:25 UTC