csswg/css3-images Overview.html,1.225,1.226 Overview.src.html,1.233,1.234

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Make the ordering of image(), 'image-orientation', and Transforms explicit.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -d -r1.225 -r1.226
--- Overview.html	1 Dec 2011 00:28:34 -0000	1.225
+++ Overview.html	1 Dec 2011 00:32:52 -0000	1.226
@@ -2225,6 +2225,16 @@
    rounded to -90deg), then moduloing the value by 1 turn (360deg, 400grad,
    etc.).
 
+  <p>If the image itself is transformed in some way (for example, if the
+   content of an element is provided by the &lsquo;<code
+   class=css>image()</code>&rsquo; function with a directionality opposite
+   the element's directionality), the image's transformation must be applied
+   before &lsquo;<a href="#image-orientation0"><code
+   class=property>image-orientation</code></a>&rsquo; is. As well, &lsquo;<a
+   href="#image-orientation0"><code
+   class=property>image-orientation</code></a>&rsquo; must be applied before
+   any further transformation of the element, such as through CSS Transforms.
+
   <p class=note>Note that in CSS, orientation data encoded in the image (e.g.
    EXIF data) is ignored. <span class=issue>Is this an issue? What do
    printers do?</span>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -d -r1.233 -r1.234
--- Overview.src.html	1 Dec 2011 00:28:34 -0000	1.233
+++ Overview.src.html	1 Dec 2011 00:32:52 -0000	1.234
@@ -1509,6 +1509,8 @@
 	(that is, 45deg is rounded  to 90deg, while -45deg is rounded to -90deg), then
 	moduloing the value by 1 turn (360deg, 400grad, etc.).</p>
 
+	<p>If the image itself is transformed in some way (for example, if the content of an element is provided by the ''image()'' function with a directionality opposite the element's directionality), the image's transformation must be applied before 'image-orientation' is.  As well, 'image-orientation' must be applied before any further transformation of the element, such as through CSS Transforms.</p>
+
 	<p class="note">Note that in CSS, orientation data encoded in the image
 	(e.g. EXIF data) is ignored. <span class="issue">Is this an issue? What
 	do printers do?</span>

Received on Thursday, 1 December 2011 00:32:56 UTC