Skip to content

Commit 62e8384

Browse files
committed
1 parent 57ecc06 commit 62e8384

2 files changed

Lines changed: 15 additions & 16 deletions

File tree

css3-background/Overview.html

Lines changed: 12 additions & 13 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 14 February
26-
2011</h2>
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 March 2011</h2>
2726

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

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

@@ -2434,7 +2433,7 @@ <h3 id=the-border-shorthands><span class=secno>4.4. </span>The border
24342433
what properties are introduced in the future.
24352434

24362435
<div class=example>
2437-
<p>For example, the first rule below is equivalent to the set of four
2436+
<p>For example, the first rule below is equivalent to the set of five
24382437
rules shown after it:
24392438

24402439
<pre>
@@ -2764,7 +2763,7 @@ <h3 id=corner-overlap><span class=secno>5.5. </span>Overlapping Curves</h3>
27642763
</pre>
27652764

27662765
<p>The height (2.5em) is enough for the specified radii (0.5em plus
2767-
2.5em). However, if the height is only 2em,
2766+
2.0em). However, if the height is only 2em,
27682767

27692768
<pre>
27702769
box-sizing: border-box;
@@ -3291,7 +3290,7 @@ <h3 id=the-border-image-repeat><span class=secno>6.5. </span>The &lsquo;<a
32913290
<tr>
32923291
<th>Value:
32933292

3294-
<td>[ stretch | repeat | round ]{1,2}
3293+
<td>[ stretch | repeat | round | space ]{1,2}
32953294

32963295
<tr>
32973296
<th>Initial:
@@ -3831,8 +3830,8 @@ <h3 id=the-box-shadow><span class=secno>7.2. </span>The &lsquo;<a
38313830
area.
38323831

38333832
<div class=example>
3834-
<p>Below are some examples of an orange box with a blue border being being
3835-
given a drop shadow.</p>
3833+
<p>Below are some examples of an orange box with a blue border being given
3834+
a drop shadow.</p>
38363835

38373836
<table class=data id=box-shadow-samples>
38383837
<tbody>
@@ -4280,10 +4279,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
42804279
<dt id=CSS21>[CSS21]
42814280

42824281
<dd>Bert Bos; et al. <a
4283-
href="http://www.w3.org/TR/2009/CR-CSS2-20090908"><cite>Cascading Style
4284-
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 8 September
4285-
2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
4286-
href="http://www.w3.org/TR/2009/CR-CSS2-20090908">http://www.w3.org/TR/2009/CR-CSS2-20090908</a>
4282+
href="http://www.w3.org/TR/2010/WD-CSS2-20101207"><cite>Cascading Style
4283+
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 December
4284+
2010. W3C Working Draft. (Work in progress.) URL: <a
4285+
href="http://www.w3.org/TR/2010/WD-CSS2-20101207">http://www.w3.org/TR/2010/WD-CSS2-20101207</a>
42874286
</dd>
42884287
<!---->
42894288

@@ -4606,7 +4605,7 @@ <h2 class=no-num id=property-index>Property index</h2>
46064605
<td><a class=property
46074606
href="#border-image-repeat">border-image-repeat</a>
46084607

4609-
<td>[ stretch | repeat | round ]{1,2}
4608+
<td>[ stretch | repeat | round | space ]{1,2}
46104609

46114610
<td>stretch
46124611

css3-background/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,7 @@ <h3 id="the-border-shorthands">The border shorthand properties</h3>
17221722
matter what properties are introduced in the future.</p>
17231723

17241724
<div class="example">
1725-
<p>For example, the first rule below is equivalent to the set of four
1725+
<p>For example, the first rule below is equivalent to the set of five
17261726
rules shown after it:
17271727

17281728
<pre>
@@ -2006,7 +2006,7 @@ <h3 id="corner-overlap">Overlapping Curves</h3>
20062006
border-radius: 0.5em 2em 0.5em 2em
20072007
</pre>
20082008
<p>The height (2.5em) is enough for the specified radii (0.5em plus
2009-
2.5em). However, if the height is only 2em,
2009+
2.0em). However, if the height is only 2em,
20102010
<pre>
20112011
box-sizing: border-box;
20122012
width: 6em;
@@ -2803,7 +2803,7 @@ <h3 id="the-box-shadow">The 'box-shadow' property</h3>
28032803

28042804
<div class="example">
28052805
<p>Below are some examples of an orange box with a blue border being
2806-
being given a drop shadow.</p>
2806+
given a drop shadow.</p>
28072807

28082808
<table class="data" id="box-shadow-samples">
28092809
<tr>

0 commit comments

Comments
 (0)