Skip to content

Commit 435f825

Browse files
committed
more wording tweaks [e]
1 parent 70a1dda commit 435f825

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

css3-page/Overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -606,21 +606,21 @@ <h3 id=painting><span class=secno>4.1. </span> Page Backgrounds and
606606
<p>In the page model, the page background behaves similar to the root
607607
background: its <a
608608
href="http://www.w3.org/TR/css3-background/#background-painting-area"><i>background
609-
painting area</i></a> is the entire page box, including its margins.
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
609+
painting area</i></a> is the entire page box, including its margins. Page
610+
backgrounds are anchored within the page box's padding area by default
611+
(and honor ‘<code class=property>background-origin</code>’ if the UA
612+
supports <a href="#CSS3BG"
613+
rel=biblioentry>[CSS3BG]<!--{{!CSS3BG}}--></a>). However if ‘<code
614+
class=property>background-attachment</code>’ is ‘<code
615615
class=css>fixed</code>’ then the image is positioned relative to the
616616
page box including its margins (i.e. the <a
617617
href="http://www.w3.org/TR/css3-background/#background-positioning-area"><i>background
618618
positioning area</i></a>, like the <i>background painting area</i>, is
619619
the page's margin box).
620620

621621
<p>The document canvas background is drawn as the page box's background:
622-
by default its <i>background painting area</i> is the page box's border
623-
box, and for UAs that support <a href="#CSS3BG"
622+
by default its <i>background painting area</i> covers the page box's
623+
border box, and for UAs that support <a href="#CSS3BG"
624624
rel=biblioentry>[CSS3BG]<!--{{!CSS3BG}}--></a>, follows the ‘<code
625625
class=property>background-clip</code>’ value specified on the root
626626
element. It remains, however, positioned with respect to the root element

css3-page/Overview.src.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,16 +352,15 @@ <h3 id="painting">
352352
<p>In the page model, the page background behaves similar to the root background:
353353
its <a href="http://www.w3.org/TR/css3-background/#background-painting-area"><i>background painting area</i></a>
354354
is the entire page box, including its margins.
355-
Similar to backgrounds on the root element,
356-
page backgrounds are anchored within the page box's padding area by default
355+
Page backgrounds are anchored within the page box's padding area by default
357356
(and honor 'background-origin' if the UA supports [[!CSS3BG]]).
358357
However if 'background-attachment' is ''fixed''
359358
then the image is positioned relative to the page box including its margins
360359
(i.e. the <a href="http://www.w3.org/TR/css3-background/#background-positioning-area"><i>background positioning area</i></a>,
361360
like the <i>background painting area</i>, is the page's margin box).
362361

363362
<p>The document canvas background is drawn as the page box's background:
364-
by default its <i>background painting area</i> is the page box's border box,
363+
by default its <i>background painting area</i> covers the page box's border box,
365364
and for UAs that support [[!CSS3BG]], follows the 'background-clip' value specified on the root element.
366365
It remains, however, positioned with respect to the root element
367366
or page area as usual.

0 commit comments

Comments
 (0)