|
12 | 12 | <meta content="CSS Backgrounds and Borders Module Level 3" |
13 | 13 | name=dcterms.title> |
14 | 14 | <meta content=text name=dcterms.type> |
15 | | - <meta content=2013-12-18 name=dcterms.date> |
| 15 | + <meta content=2013-12-23 name=dcterms.date> |
16 | 16 | <meta content="Bert Bos" name=dcterms.creator> |
17 | 17 | <meta content="Elika J. Etemad" name=dcterms.creator> |
18 | 18 | <meta content="Brad Kemper" name=dcterms.creator> |
|
42 | 42 |
|
43 | 43 | <h1>CSS Backgrounds and Borders Module Level 3</h1> |
44 | 44 |
|
45 | | - <h2 class="no-num no-toc">Editor's Draft 18 December 2013</h2> |
| 45 | + <h2 class="no-num no-toc">Editor's Draft 23 December 2013</h2> |
46 | 46 |
|
47 | 47 | <dl> |
48 | 48 | <dt>This version: |
49 | 49 |
|
50 | | - <dd><!-- <a href="http://www.w3.org/TR/2013/CR-css3-background-20131218/">http://dev.w3.org/csswg/css3-background/</a> --> |
| 50 | + <dd><!-- <a href="http://www.w3.org/TR/2013/CR-css3-background-20131223/">http://dev.w3.org/csswg/css3-background/</a> --> |
51 | 51 | <a |
52 | 52 | href="http://dev.w3.org/csswg/css3-background/">http://dev.w3.org/csswg/css3-background/</a> |
53 | 53 |
|
@@ -1018,10 +1018,14 @@ <h3 id=the-background-attachment><span class=secno>3.5. </span>Affixing |
1018 | 1018 |
|
1019 | 1019 | <dd>The background is fixed with regard to the element's contents: if the |
1020 | 1020 | element has a scrolling mechanism, the background scrolls with the |
1021 | | - element's contents. In this case, the background behind the element's |
1022 | | - border (if any) scrolls as well, even though the border itself does not |
1023 | | - scroll with the contents. The UA may, however, treat the ‘<code |
1024 | | - class=css>border-box</code>’ value of ‘<a |
| 1021 | + element's contents, and the <a |
| 1022 | + href="#background-painting-area"><i>background painting area</i></a> and |
| 1023 | + <a href="#background-positioning-area"><i>background positioning |
| 1024 | + area</i></a> are relative to the scrollable area of the element rather |
| 1025 | + than to the border framing them. In this case, the background behind the |
| 1026 | + element's border (if any) scrolls as well, even though the border itself |
| 1027 | + does not scroll with the contents. The UA may, however, treat the |
| 1028 | + ‘<code class=css>border-box</code>’ value of ‘<a |
1025 | 1029 | href="#background-clip"><code |
1026 | 1030 | class=property>background-clip</code></a>’ as ‘<code |
1027 | 1031 | class=css>padding-box</code>’ in cases where ‘<a |
|
0 commit comments