@@ -607,12 +607,11 @@ <h3 id=painting><span class=secno>4.1. </span> Page Backgrounds and
607607 background: its < a
608608 href ="http://www.w3.org/TR/css3-background/#background-painting-area "> < i > background
609609 painting area</ i > </ a > is the entire page box, including its margins.
610- Background images are positioned under similar rules as the root element.
611- By default, they are anchored within the page box's padding area (and
612- honor ‘< code class =property > background-origin</ code > ’ if the UA
613- supports < a href ="#CSS3BG "
614- rel =biblioentry > [CSS3BG]<!--{{!CSS3BG}}--> </ a > ). However if ‘< code
615- class =property > background-attachment</ code > ’ is ‘< code
610+ Similar to backgrounds on the root element, page backgrounds are anchored
611+ within the page box's padding area by default (and honor ‘< code
612+ class =property > background-origin</ code > ’ if the UA supports < a
613+ href ="#CSS3BG " rel =biblioentry > [CSS3BG]<!--{{!CSS3BG}}--> </ a > ). However
614+ if ‘< code class =property > background-attachment</ code > ’ is ‘< code
616615 class =css > fixed</ code > ’ then the image is positioned relative to the
617616 page box including its margins (i.e. the < a
618617 href ="http://www.w3.org/TR/css3-background/#background-positioning-area "> < i > background
@@ -621,11 +620,11 @@ <h3 id=painting><span class=secno>4.1. </span> Page Backgrounds and
621620
622621 < p > The document canvas background is drawn as the page box's background:
623622 by default its < i > background painting area</ i > is the page box's border
624- box. (For UAs that support < a href ="#CSS3BG "
625- rel =biblioentry > [CSS3BG]<!--{{!CSS3BG}}--> </ a > , it follows the ‘< code
623+ box, and for UAs that support < a href ="#CSS3BG "
624+ rel =biblioentry > [CSS3BG]<!--{{!CSS3BG}}--> </ a > , follows the ‘< code
626625 class =property > background-clip</ code > ’ value specified on the root
627- element.) It remains, however, positioned with respect to the root
628- element or page area as usual.
626+ element. It remains, however, positioned with respect to the root element
627+ or page area as usual.
629628
630629 < p > The UA may support the < code > z-index</ code > property for margin boxes.
631630 With respect to the margin boxes, the document canvas, page borders, and
0 commit comments