- From: Øyvind Stenhaug <oyvinds@opera.com>
- Date: Fri, 31 May 2013 13:42:40 +0200
- To: www-style@w3.org
On Fri, 31 May 2013 10:44:25 +0200, Simon Sapin <simon.sapin@exyr.org> wrote: > Le 31/05/2013 15:35, Simon Sapin a écrit : >> Another case is when the scrolled content is smaller than the container, >> so that there is no actual scrolling. Do the background painting and >> positioning areas extend to the end of the container? > > The answer to this in WebKit, Presto and Trident is yes. Well, for Presto at least (don't know about Trident, don't have it at hand at the moment) there's not really any extending going on. It should follow the current spec, where the background painting/positioning areas simply are as specified by 'background-clip'/'background-origin' (aside from the root/<body> special cases). Yet another case is when there isn't any scrolled content because 'overflow' is 'visible'. (Or 'hidden', but that can still be scrolled via scripts) -- Øyvind Stenhaug Opera Software ASA
Received on Friday, 31 May 2013 11:43:51 UTC