Skip to content

Commit 654973e

Browse files
committed
Editorial fix to background shorthand explanation.
1 parent 9ef655b commit 654973e

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

css3-background/Overview.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@
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 24 February
26-
2010</h2>
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 March 2010</h2>
2726

2827
<dl>
2928
<dt>This version:
3029

31-
<dd><!--<a href="http://www.w3.org/TR/2010/CR-css3-background-20100224">http://www.w3.org/TR/2010/ED-css3-background-20100224</a>-->
30+
<dd><!--<a href="http://www.w3.org/TR/2010/CR-css3-background-20100303">http://www.w3.org/TR/2010/ED-css3-background-20100303</a>-->
3231
<a
3332
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3433

@@ -1669,8 +1668,7 @@ <h3 id=the-background><span class=secno>3.10. </span>The &lsquo;<code
16691668
href="#background-image">background-image</a></code>&rsquo; to its initial
16701669
value, then assigns explicit values given in the declaration.
16711670

1672-
<p>If &lsquo;<code class=property><a
1673-
href="#background-origin">background-origin</a></code>&rsquo; is present
1671+
<p>If <var><a href="#ltbg-origingt">&lt;bg-origin&gt;</a></var> is present
16741672
and its value matches a possible value for &lsquo;<code class=property><a
16751673
href="#background-clip">background-clip</a></code>&rsquo; then it also
16761674
sets &lsquo;<code class=property><a

css3-background/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ <h3 id="the-background">The 'background' shorthand property</h3>
11571157
'background-image' to its initial value, then assigns explicit values
11581158
given in the declaration.
11591159

1160-
<p>If 'background-origin' is present and its value matches a possible
1160+
<p>If <var>&lt;bg-origin&gt;</var> is present and its value matches a possible
11611161
value for 'background-clip' then it also sets 'background-clip' to
11621162
that value. For example, ''background: border-box'' sets both
11631163
'background-origin' and 'background-clip' to ''border-box''.

0 commit comments

Comments
 (0)