Skip to content

Commit 100121f

Browse files
committed
[css-backgrounds] Wording tweak to address <http://lists.w3.org/Archives/Public/www-style/2014Feb/0528.html>
1 parent 750a64a commit 100121f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css-backgrounds/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta content="CSS Backgrounds and Borders Module Level 3"
1313
name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2014-03-31 name=dcterms.date>
15+
<meta content=2014-04-01 name=dcterms.date>
1616
<meta content="Bert Bos" name=dcterms.creator>
1717
<meta content="Elika J. Etemad" name=dcterms.creator>
1818
<meta content="Brad Kemper" name=dcterms.creator>
@@ -42,7 +42,7 @@
4242

4343
<h1>CSS Backgrounds and Borders Module Level 3</h1>
4444

45-
<h2 class="no-num no-toc">Editor's Draft 31 March 2014</h2>
45+
<h2 class="no-num no-toc">Editor's Draft 1 April 2014</h2>
4646

4747
<dl>
4848
<dt>This version:
@@ -627,7 +627,7 @@ <h3 id=the-background-color><span class=secno>3.2. </span>Base Color: the
627627

628628
<p>The background color is clipped according to the ‘<a
629629
href="#background-clip"><code class=property>background-clip</code></a>
630-
value associated with the bottom-most background image.
630+
value associated with the bottom-most background image layer.
631631

632632
<h3 id=the-background-image><span class=secno>3.3. </span>Image Sources:
633633
the ‘<a href="#background-image"><code
@@ -4109,8 +4109,8 @@ <h4 id=shadow-shape><span class=secno>7.1.1. </span> Shadow Shape, Spread,
41094109
10px and the <a href="#spread-distance"><i>spread distance</i></a> is 20px
41104110
(<var>r</var> = .5), the corner radius of the shadow shape will be 10px +
41114111
20px×(1 + (.5 - 1)<sup>3</sup>) = 27.5px. This adjustment is applied
4112-
independently in each dimension, and does not apply to negative spread
4113-
distances.
4112+
independently to the radii in each dimension, and does not apply to
4113+
negative spread distances.
41144114

41154115
<p>The ‘<a href="#border-image"><code
41164116
class=property>border-image</code></a>’ does not affect the shape of the

css-backgrounds/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ <h3 id="the-background-color">Base Color: the 'background-color' property</h3>
294294
</div>
295295

296296
<p>The background color is clipped according to the 'background-clip'
297-
value associated with the bottom-most background image.
297+
value associated with the bottom-most background image layer.
298298

299299
<h3 id="the-background-image">Image Sources: the 'background-image' property</h3>
300300

0 commit comments

Comments
 (0)