csswg/css3-images Overview.html,1.296,1.297 Overview.src.html,1.306,1.307

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Tiny wording tweak to the image-orientation intro.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -d -r1.296 -r1.297
--- Overview.html	27 Feb 2012 21:34:36 -0000	1.296
+++ Overview.html	27 Feb 2012 22:09:25 -0000	1.297
@@ -2347,7 +2347,7 @@
    level of this specification is expected to have a value that applies the
    metadata-specified transformation automatically.
 
-  <p class=note>Note this facility is not intended to specify layout
+  <p class=note>Note that this property is not intended to specify layout
    transformations such as arbitrary rotation or flipping the image in the
    horizontal or vertical direction. (See <a href="#CSS3-2D-TRANSFORMS"
    rel=biblioentry>[CSS3-2D-TRANSFORMS]<!--{{CSS3-2D-TRANSFORMS}}--></a> for

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -d -r1.306 -r1.307
--- Overview.src.html	27 Feb 2012 21:34:36 -0000	1.306
+++ Overview.src.html	27 Feb 2012 22:09:25 -0000	1.307
@@ -1509,7 +1509,7 @@
 
 	<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>
 
-	<p class="note">Note this facility is not intended to specify layout transformations such as arbitrary rotation or flipping the image in the horizontal or vertical direction. (See [[CSS3-2D-TRANSFORMS]] for a feature designed to do that.)
+	<p class="note">Note that this property is not intended to specify layout transformations such as arbitrary rotation or flipping the image in the horizontal or vertical direction. (See [[CSS3-2D-TRANSFORMS]] for a feature designed to do that.)
 	It is also not needed to correctly orient an image when printing in landscape versus portrait orientation, as that rotation is done as part of layout. (See [[CSS3PAGE]].)
 	It should only be used to correct incorrectly-oriented images.</p>
 

Received on Monday, 27 February 2012 22:09:29 UTC