Skip to content

Commit 70a1dda

Browse files
committed
Some wording improvements.
1 parent f7c1531 commit 70a1dda

2 files changed

Lines changed: 13 additions & 14 deletions

File tree

css3-page/Overview.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

css3-page/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,17 +352,17 @@ <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-
Background images are positioned under similar rules as the root element.
356-
By default, they are anchored within the page box's padding area
355+
Similar to backgrounds on the root element,
356+
page backgrounds are anchored within the page box's padding area by default
357357
(and honor 'background-origin' if the UA supports [[!CSS3BG]]).
358358
However if 'background-attachment' is ''fixed''
359359
then the image is positioned relative to the page box including its margins
360360
(i.e. the <a href="http://www.w3.org/TR/css3-background/#background-positioning-area"><i>background positioning area</i></a>,
361361
like the <i>background painting area</i>, is the page's margin box).
362362

363363
<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.
365-
(For UAs that support [[!CSS3BG]], it follows the 'background-clip' value specified on the root element.)
364+
by default its <i>background painting area</i> is the page box's border box,
365+
and for UAs that support [[!CSS3BG]], follows the 'background-clip' value specified on the root element.
366366
It remains, however, positioned with respect to the root element
367367
or page area as usual.
368368

0 commit comments

Comments
 (0)