Skip to content

Commit afa212e

Browse files
committed
Copy clarification from CSS2.1
1 parent 50404ae commit afa212e

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

css3-background/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
<h1>CSS Backgrounds and Borders Module Level 3</h1>
2424

25-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 February
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 February
2626
2011</h2>
2727

2828
<dl>
2929
<dt>This version:
3030

31-
<dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-background-20110209">http://www.w3.org/TR/2011/ED-css3-background-20110209</a>-->
31+
<dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-background-20110211">http://www.w3.org/TR/2011/ED-css3-background-20110211</a>-->
3232
<a
3333
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3434

@@ -882,11 +882,11 @@ <h3 id=the-background-attachment><span class=secno>3.5. </span>The
882882
<dd>The background is fixed with regard to the viewport. In paged media
883883
where there is no viewport, a &lsquo;<a href="#fixed0"><code
884884
class=css>fixed</code></a>&rsquo; background is fixed with respect to the
885-
<a href="http://www.w3.org/TR/CSS21/page.html#page-box">page box</a>.
886-
<span class=note>>Note that there is only one viewport per view. Even if
887-
an element has a scrolling mechanism (see the &lsquo;<code
888-
class=property>overflow</code>&rsquo; property <a href="#CSS21"
889-
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>), a &lsquo;<a
885+
<a href="http://www.w3.org/TR/CSS21/page.html#page-box">page box</a> and
886+
therefore replicated on every page. <span class=note>Note that there is
887+
only one viewport per view. Even if an element has a scrolling mechanism
888+
(see the &lsquo;<code class=property>overflow</code>&rsquo; property <a
889+
href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>), a &lsquo;<a
890890
href="#fixed0"><code class=css>fixed</code></a>&rsquo; background doesn't
891891
move with the element.</span>
892892

css3-background/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,9 @@ <h3 id="the-background-attachment">The 'background-attachment' property</h3>
530530
<dt><dfn>fixed</dfn></dt>
531531
<dd>The background is fixed with regard to the viewport. In paged
532532
media where there is no viewport, a ''fixed'' background is fixed
533-
with respect to the <a href="http://www.w3.org/TR/CSS21/page.html#page-box">page box</a>.
534-
<span class="note">>Note that there is only one viewport per view.
533+
with respect to the <a href="http://www.w3.org/TR/CSS21/page.html#page-box">page box</a>
534+
and therefore replicated on every page.
535+
<span class="note">Note that there is only one viewport per view.
535536
Even if an element has a scrolling mechanism (see the 'overflow'
536537
property [[!CSS21]]), a ''fixed'' background doesn't move with the
537538
element.</span>

0 commit comments

Comments
 (0)