- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Jul 2010 20:48:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13223
Modified Files:
Overview.html
Log Message:
typo (whatwg r5195)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4131
retrieving revision 1.4132
diff -u -d -r1.4131 -r1.4132
--- Overview.html 23 Jul 2010 20:37:40 -0000 1.4131
+++ Overview.html 23 Jul 2010 20:48:14 -0000 1.4132
@@ -23356,7 +23356,7 @@
<p>Let <var title="">x</var> be the first number in <var title="">coords</var>, <var title="">y</var> be the second
number, and <var title="">r</var> be the third number.</p>
<p>The shape is a circle whose center is <var title="">x</var>
- CSS pixels from the left edge of the image and <var title="">x</var> CSS pixels from the top edge of the image, and
+ CSS pixels from the left edge of the image and <var title="">y</var> CSS pixels from the top edge of the image, and
whose radius is <var title="">r</var> pixels.</p>
</dd>
Received on Friday, 23 July 2010 20:48:19 UTC