csswg/css3-images Overview.html,1.295,1.296 Overview.src.html,1.305,1.306

Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv3933

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Typo fix

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -d -r1.295 -r1.296
--- Overview.html	24 Feb 2012 18:02:32 -0000	1.295
+++ Overview.html	27 Feb 2012 21:34:36 -0000	1.296
@@ -16,7 +16,7 @@
 
    <h1>CSS Image Values and Replaced Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 February
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 February
     2012</h2>
 
    <dl>
@@ -24,7 +24,7 @@
 
     <dd><a
      href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
-     <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120224/">http://www.w3.org/TR/2012/WD-css3-images-20120224/</a>-->
+     <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120227/">http://www.w3.org/TR/2012/WD-css3-images-20120227/</a>-->
      
 
     <dt>Latest Version:
@@ -1281,8 +1281,8 @@
     </dl>
 
     <p>If <a href="#shape"><i>&lt;shape></i></a> is specified as &lsquo;<code
-     class=css>ellipse</code>&rsquo; or is omitted, <i>&lt;extent></i> may
-     instead be given explicitly as:
+     class=css>ellipse</code>&rsquo; or is omitted, <a
+     href="#size"><i>&lt;size></i></a> may instead be given explicitly as:
 
     <dl>
      <dt><dfn id=radial-size-ellipse>[&lt;length> | &lt;percentage>]{2}</dfn>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -d -r1.305 -r1.306
--- Overview.src.html	24 Feb 2012 18:02:32 -0000	1.305
+++ Overview.src.html	27 Feb 2012 21:34:36 -0000	1.306
@@ -749,7 +749,7 @@
 			</dl>
 
 			<p>If <i>&lt;shape></i> is specified as ''ellipse'' or is omitted,
-			<i>&lt;extent></i> may instead be given explicitly as:
+			<i>&lt;size></i> may instead be given explicitly as:
 
 			<dl>
 				<dt><dfn id='radial-size-ellipse'>[&lt;length> | &lt;percentage>]{2}</dfn></dt>

Received on Monday, 27 February 2012 21:34:40 UTC