- From: Florian Rivoal <florian@rivoal.net>
- Date: Mon, 24 Nov 2014 17:30:29 +0100
- To: www-style list <www-style@w3.org>
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