- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 27 Feb 2012 21:34:39 +0000
- To: public-css-commits@w3.org
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><shape></i></a> is specified as ‘<code
- class=css>ellipse</code>’ or is omitted, <i><extent></i> may
- instead be given explicitly as:
+ class=css>ellipse</code>’ or is omitted, <a
+ href="#size"><i><size></i></a> may instead be given explicitly as:
<dl>
<dt><dfn id=radial-size-ellipse>[<length> | <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><shape></i> is specified as ''ellipse'' or is omitted,
- <i><extent></i> may instead be given explicitly as:
+ <i><size></i> may instead be given explicitly as:
<dl>
<dt><dfn id='radial-size-ellipse'>[<length> | <percentage>]{2}</dfn></dt>
Received on Monday, 27 February 2012 21:34:40 UTC