csswg/css3-images Overview.html,1.290,1.291 Overview.src.html,1.300,1.301

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

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.290
retrieving revision 1.291
diff -u -d -r1.290 -r1.291
--- Overview.html	17 Feb 2012 23:17:52 -0000	1.290
+++ Overview.html	17 Feb 2012 23:20:13 -0000	1.291
@@ -2288,7 +2288,7 @@
    "sideways" or even upside-down. The &lsquo;<a
    href="#image-orientation0"><code
    class=property>image-orientation</code></a>&rsquo; property provides a way
-   to apply an "out-of-band" rotation to image soruce data to correctly
+   to apply an "out-of-band" rotation to image source data to correctly
    orient an image.
 
   <p class=note>Note that some devices will "tag" an image with some metadata

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- Overview.src.html	17 Feb 2012 23:17:53 -0000	1.300
+++ Overview.src.html	17 Feb 2012 23:20:13 -0000	1.301
@@ -1489,7 +1489,7 @@
 <h3 id="image-orientation">
 Orienting an Image on the Page: the 'image-orientation' property</h3>
 
-	<p>If a picture is taken with a camera turned on its side, or a document isn't positioned correctly within a scanner, the resultant image may be "sideways" or even upside-down.  The 'image-orientation' property provides a way to apply an "out-of-band" rotation to image soruce data to correctly orient an image.</p>
+	<p>If a picture is taken with a camera turned on its side, or a document isn't positioned correctly within a scanner, the resultant image may be "sideways" or even upside-down.  The 'image-orientation' property provides a way to apply an "out-of-band" rotation to image source data to correctly orient an image.</p>
 
 	<p class='note'>Note that some devices will "tag" an image with some metadata indicating its correct orientation, so image viewing software can do the necessary transformation themselves.  Due to legacy compatibility restraints, browsers are required to ignore this data by default.  A future level of this specification is expected to have a value that applies the metadata-specified transformation automatically.</p>
 

Received on Friday, 17 February 2012 23:20:17 UTC