Skip to content

Commit 6960e63

Browse files
committed
remove background-clip: content-box per resolution in 2009-02-04 telecon
1 parent 8c4eb38 commit 6960e63

2 files changed

Lines changed: 22 additions & 28 deletions

File tree

css3-background/Overview.html

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

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

24-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 February
24+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 February
2525
2009</h2>
2626

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

30-
<dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-background-20090203">http://www.w3.org/TR/2009/WD-css3-background-20090203</a></dd> -->
30+
<dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-background-20090205">http://www.w3.org/TR/2009/WD-css3-background-20090205</a></dd> -->
3131
<a
3232
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3333

@@ -1141,8 +1141,8 @@ <h3 id=the-background-clip-property><span class=secno>3.7 </span>The
11411141
<tr>
11421142
<th>Value:
11431143

1144-
<td>[border-box | padding-box | content-box | no-clip] [ , [border-box |
1145-
padding-box | content-box | no-clip] ]*
1144+
<td>[border-box | padding-box | no-clip] [ , [border-box | padding-box |
1145+
no-clip] ]*
11461146

11471147
<tr>
11481148
<th>Initial:
@@ -1189,11 +1189,6 @@ <h3 id=the-background-clip-property><span class=secno>3.7 </span>The
11891189
<dd>The background is painted within (clipped to) the <span>border
11901190
box.</span>
11911191

1192-
<dt><dfn id=clip-content-box>content-box</dfn>
1193-
1194-
<dd>The background is painted within (clipped to) the <span>content
1195-
box.</span>
1196-
11971192
<dt><dfn id=no-clip>no-clip</dfn>
11981193

11991194
<dd>The background painting area is defined to be the border box; however
@@ -1774,20 +1769,22 @@ <h3 id=the-background-shorthand-property><span class=secno>3.11 </span>The
17741769
href="#background-image">background-image</a></code>&rsquo; to its initial
17751770
value, then assigns explicit values given in the declaration.
17761771

1777-
<p>The &lsquo;<code class=property><a
1778-
href="#background">background</a></code>&rsquo; shorthand does not set
1779-
&lsquo;<code class=property><a
1780-
href="#background-break">background-break</a></code>&rsquo;.
1781-
17821772
<p>If the &lsquo;<code class=css><a
17831773
href="#no-clip">no-clip</a></code>&rsquo; keyword is present, it sets
17841774
&lsquo;<code class=property><a
17851775
href="#background-clip">background-clip</a></code>&rsquo; to that value.
17861776
Otherwise if &lsquo;<code class=property><a
17871777
href="#background-origin">background-origin</a></code>&rsquo; is present
1788-
then it also sets &lsquo;<code class=property><a
1778+
and its value matches a possible value for &lsquo;<code class=property><a
1779+
href="#background-clip">background-clip</a></code>&rsquo; then it also
1780+
sets &lsquo;<code class=property><a
17891781
href="#background-clip">background-clip</a></code>&rsquo; to that value.
17901782

1783+
<p>The &lsquo;<code class=property><a
1784+
href="#background">background</a></code>&rsquo; shorthand does not set
1785+
&lsquo;<code class=property><a
1786+
href="#background-break">background-break</a></code>&rsquo;.
1787+
17911788
<div class=example>
17921789
<p>For example,
17931790

@@ -4006,8 +4003,8 @@ <h2 class=no-num id=property-index>Property index</h2>
40064003
<tr valign=baseline>
40074004
<td><a class=property href="#background-clip">background-clip</a>
40084005

4009-
<td>[border-box | padding-box | content-box | no-clip] [ , [border-box |
4010-
padding-box | content-box | no-clip] ]*
4006+
<td>[border-box | padding-box | no-clip] [ , [border-box | padding-box |
4007+
no-clip] ]*
40114008

40124009
<td>border-box
40134010

@@ -4509,8 +4506,7 @@ <h2 class=no-num id=index>Index</h2>
45094506

45104507
<li>contain, <a href="#contain" title=contain><strong>3.9</strong></a>
45114508

4512-
<li>content-box, <a href="#clip-content-box"
4513-
title=content-box><strong>3.7</strong></a>, <a href="#content-box"
4509+
<li>content-box, <a href="#content-box"
45144510
title=content-box><strong>3.8</strong></a>
45154511

45164512
<li>continuous, <a href="#continuous"

css3-background/Overview.src.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -781,8 +781,8 @@ <h3>The 'background-clip' property</h3>
781781
<td><dfn>background-clip</dfn>
782782
<tr>
783783
<th>Value:
784-
<td>[border-box | padding-box | content-box | no-clip]
785-
[ , [border-box | padding-box | content-box | no-clip] ]*
784+
<td>[border-box | padding-box | no-clip]
785+
[ , [border-box | padding-box | no-clip] ]*
786786
<tr>
787787
<th>Initial:
788788
<td>border-box
@@ -813,9 +813,6 @@ <h3>The 'background-clip' property</h3>
813813
<dt><dfn id="clip-border-box">border-box</dfn></dt>
814814
<dd>The background is painted within (clipped to) the
815815
<span>border box.</span>
816-
<dt><dfn id="clip-content-box">content-box</dfn></dt>
817-
<dd>The background is painted within (clipped to) the
818-
<span>content box.</span>
819816
<dt><dfn>no-clip</dfn></dt>
820817
<dd>The background painting area is defined to be the border box;
821818
however if the background image is not repeated in a particular
@@ -1276,11 +1273,12 @@ <h3>The 'background' shorthand property</h3>
12761273
'background-image' to its initial value, then assigns explicit values
12771274
given in the declaration.
12781275

1279-
<p>The 'background' shorthand does not set 'background-break'.
1280-
12811276
<p>If the ''no-clip'' keyword is present, it sets 'background-clip' to that
1282-
value. Otherwise if 'background-origin' is present then it also sets
1283-
'background-clip' to that value.
1277+
value. Otherwise if 'background-origin' is present and its value matches a
1278+
possible value for 'background-clip' then it also sets 'background-clip' to
1279+
that value.
1280+
1281+
<p>The 'background' shorthand does not set 'background-break'.
12841282

12851283
<div class="example">
12861284
<p>For example,

0 commit comments

Comments
 (0)