- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 11 Nov 2011 03:20:22 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv15597
Modified Files:
Overview.html Overview.src.html
Log Message:
Typo
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -d -r1.207 -r1.208
--- Overview.html 11 Nov 2011 03:17:12 -0000 1.207
+++ Overview.html 11 Nov 2011 03:20:19 -0000 1.208
@@ -1669,7 +1669,7 @@
<a href="#intrinsic-aspect-ratio"><i>intrinsic aspect ratio</i></a>,
the missing dimension is calculated from the present dimension and the
<a href="#intrinsic-aspect-ratio"><i>intrinsic aspect ratio</i></a>.
- Otherwise, the missing dimensions is taken from the <a
+ Otherwise, the missing dimension is taken from the <a
href="#default-object-size"><i>default object size</i></a>.
</ol>
</ul>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -d -r1.215 -r1.216
--- Overview.src.html 11 Nov 2011 03:17:12 -0000 1.215
+++ Overview.src.html 11 Nov 2011 03:20:20 -0000 1.216
@@ -1052,7 +1052,7 @@
<li>If the <i>concrete object size</i> is still missing a width or height,
and the object has an <i>intrinsic aspect ratio</i>, the missing dimension
is calculated from the present dimension and the <i>intrinsic aspect ratio</i>.
- Otherwise, the missing dimensions is taken from the <i>default object size</i>.</li>
+ Otherwise, the missing dimension is taken from the <i>default object size</i>.</li>
</ol>
</li>
</ul>
Received on Friday, 11 November 2011 03:20:38 UTC