- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 07 Mar 2011 17:14:20 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv20527
Modified Files:
Overview.html Overview.src.html
Log Message:
Copyediting fixes <http://lists.w3.org/Archives/Public/www-style/2010Sep/0567.html>
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.html,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -d -r1.243 -r1.244
--- Overview.html 14 Feb 2011 18:07:18 -0000 1.243
+++ Overview.html 7 Mar 2011 17:14:17 -0000 1.244
@@ -22,13 +22,12 @@
<h1>CSS Backgrounds and Borders Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 February
- 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 March 2011</h2>
<dl>
<dt>This version:
- <dd><!-- <a href="http://www.w3.org/TR/2011/CR-css3-background-20110214">http://www.w3.org/TR/2011/ED-css3-background-20110214</a> -->
+ <dd><!-- <a href="http://www.w3.org/TR/2011/CR-css3-background-20110307">http://www.w3.org/TR/2011/ED-css3-background-20110307</a> -->
<a
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
@@ -2434,7 +2433,7 @@
what properties are introduced in the future.
<div class=example>
- <p>For example, the first rule below is equivalent to the set of four
+ <p>For example, the first rule below is equivalent to the set of five
rules shown after it:
<pre>
@@ -2764,7 +2763,7 @@
</pre>
<p>The height (2.5em) is enough for the specified radii (0.5em plus
- 2.5em). However, if the height is only 2em,
+ 2.0em). However, if the height is only 2em,
<pre>
box-sizing: border-box;
@@ -3291,7 +3290,7 @@
<tr>
<th>Value:
- <td>[ stretch | repeat | round ]{1,2}
+ <td>[ stretch | repeat | round | space ]{1,2}
<tr>
<th>Initial:
@@ -3831,8 +3830,8 @@
area.
<div class=example>
- <p>Below are some examples of an orange box with a blue border being being
- given a drop shadow.</p>
+ <p>Below are some examples of an orange box with a blue border being given
+ a drop shadow.</p>
<table class=data id=box-shadow-samples>
<tbody>
@@ -4280,10 +4279,10 @@
<dt id=CSS21>[CSS21]
<dd>Bert Bos; et al. <a
- href="http://www.w3.org/TR/2009/CR-CSS2-20090908"><cite>Cascading Style
- Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 8 September
- 2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
- href="http://www.w3.org/TR/2009/CR-CSS2-20090908">http://www.w3.org/TR/2009/CR-CSS2-20090908</a>
+ href="http://www.w3.org/TR/2010/WD-CSS2-20101207"><cite>Cascading Style
+ Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 December
+ 2010. W3C Working Draft. (Work in progress.) URL: <a
+ href="http://www.w3.org/TR/2010/WD-CSS2-20101207">http://www.w3.org/TR/2010/WD-CSS2-20101207</a>
</dd>
<!---->
@@ -4606,7 +4605,7 @@
<td><a class=property
href="#border-image-repeat">border-image-repeat</a>
- <td>[ stretch | repeat | round ]{1,2}
+ <td>[ stretch | repeat | round | space ]{1,2}
<td>stretch
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- Overview.src.html 17 Feb 2011 21:52:40 -0000 1.257
+++ Overview.src.html 7 Mar 2011 17:14:18 -0000 1.258
@@ -1722,7 +1722,7 @@
matter what properties are introduced in the future.</p>
<div class="example">
-<p>For example, the first rule below is equivalent to the set of four
+<p>For example, the first rule below is equivalent to the set of five
rules shown after it:
<pre>
@@ -2006,7 +2006,7 @@
border-radius: 0.5em 2em 0.5em 2em
</pre>
<p>The height (2.5em) is enough for the specified radii (0.5em plus
-2.5em). However, if the height is only 2em,
+2.0em). However, if the height is only 2em,
<pre>
box-sizing: border-box;
width: 6em;
@@ -2803,7 +2803,7 @@
<div class="example">
<p>Below are some examples of an orange box with a blue border being
- being given a drop shadow.</p>
+ given a drop shadow.</p>
<table class="data" id="box-shadow-samples">
<tr>
Received on Monday, 7 March 2011 17:14:22 UTC