[css-overflow] computed value of overflow when overflow-x and -y are different

http://dev.w3.org/csswg/css-overflow-3/#overflow-properties

For the computed value of ‘overflow’, the spec says "see individual properties”. However, that doesn’t help when the the computed values of individual overflow-x and overflow-y are different from each other, since overflow is a single valued property.

A little bit of testing gives this:
Chrome, Safari: auto
Firefox, Presto: empty string
IE: hidden+visible->visible, scroll+visible->scroll, auto+visible->visible


 - Florian

Received on Monday, 24 November 2014 16:30:53 UTC

OSZAR »