[cssom-view] Fix 'scrolling area' to do the right thing when the element is statically positioned

Mon, 27 May 2013 15:23:55 +0200

author
Simon Pieters <simonp@opera.com>
date
Mon, 27 May 2013 15:23:55 +0200
changeset 8255
1398c808e617
parent 8254
1e2cd9ff56f4
child 8256
3e45009199b6

[cssom-view] Fix 'scrolling area' to do the right thing when the element is statically positioned

cssom-view/Overview.html file | annotate | diff | comparison | revisions
cssom-view/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/cssom-view/Overview.html	Mon May 27 15:11:03 2013 +0200
     1.2 +++ b/cssom-view/Overview.html	Mon May 27 15:23:55 2013 +0200
     1.3 @@ -249,9 +249,11 @@
     1.4   <dt>top edge
     1.5   <dd><p>The element's top padding edge.
     1.6   <dt>right edge
     1.7 - <dd><p>The right-most edge of the element's right padding edge and the right margin edge of the element's all descendant boxes.
     1.8 + <dd><p>The right-most edge of the element's right padding edge and the right margin edge of the element's all descendant boxes, excluding boxes that have an
     1.9 + ancestor of element as their containing block.
    1.10   <dt>bottom edge
    1.11 - <dd><p>The bottom-most edge of the element's bottom padding edge and the bottom margin edge of the element's all descendant boxes.
    1.12 + <dd><p>The bottom-most edge of the element's bottom padding edge and the bottom margin edge of the element's all descendant boxes, excluding boxes that have an
    1.13 + ancestor of element as their containing block.
    1.14   <dt>left edge
    1.15   <dd><p>The element's left padding edge.
    1.16  </dl>
     2.1 --- a/cssom-view/Overview.src.html	Mon May 27 15:11:03 2013 +0200
     2.2 +++ b/cssom-view/Overview.src.html	Mon May 27 15:23:55 2013 +0200
     2.3 @@ -219,9 +219,11 @@
     2.4   <dt>top edge
     2.5   <dd><p>The element's top padding edge.
     2.6   <dt>right edge
     2.7 - <dd><p>The right-most edge of the element's right padding edge and the right margin edge of the element's all descendant boxes.
     2.8 + <dd><p>The right-most edge of the element's right padding edge and the right margin edge of the element's all descendant boxes, excluding boxes that have an
     2.9 + ancestor of element as their containing block.
    2.10   <dt>bottom edge
    2.11 - <dd><p>The bottom-most edge of the element's bottom padding edge and the bottom margin edge of the element's all descendant boxes.
    2.12 + <dd><p>The bottom-most edge of the element's bottom padding edge and the bottom margin edge of the element's all descendant boxes, excluding boxes that have an
    2.13 + ancestor of element as their containing block.
    2.14   <dt>left edge
    2.15   <dd><p>The element's left padding edge.
    2.16  </dl>

mercurial