- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 11 Feb 2012 01:32:30 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv26405 Modified Files: Overview.html Overview.src.html Log Message: Changed 'image-orientation' to apply before all other transformations, as it's conceptually altering the source. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.282 retrieving revision 1.283 diff -u -d -r1.282 -r1.283 --- Overview.html 9 Feb 2012 10:36:06 -0000 1.282 +++ Overview.html 11 Feb 2012 01:32:27 -0000 1.283 @@ -16,7 +16,7 @@ <h1>CSS Image Values and Replaced Content Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 February + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 February 2012</h2> <dl> @@ -24,7 +24,7 @@ <dd><a href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a> - <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120209/">http://www.w3.org/TR/2012/WD-css3-images-20120209/</a>--> + <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120211/">http://www.w3.org/TR/2012/WD-css3-images-20120211/</a>--> <dt>Latest Version: @@ -2359,15 +2359,11 @@ 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 ‘<code - class=css>image()</code>’ function with a directionality opposite - the element's directionality), the image's transformation must be applied - before ‘<a href="#image-orientation0"><code - class=property>image-orientation</code></a>’ is. As well, ‘<a - href="#image-orientation0"><code - class=property>image-orientation</code></a>’ must be applied before - any further transformation of the element, such as through CSS Transforms. + <p>The ‘<a href="#image-orientation0"><code + class=property>image-orientation</code></a>’ property must be + applied before any other transformations, such as being specified in the + ‘<code class=css>image()</code>’ function with an opposite + directionality to its context, or using 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 Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.292 retrieving revision 1.293 diff -u -d -r1.292 -r1.293 --- Overview.src.html 9 Feb 2012 10:36:06 -0000 1.292 +++ Overview.src.html 11 Feb 2012 01:32:28 -0000 1.293 @@ -1554,7 +1554,7 @@ (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>The 'image-orientation' property must be applied before any other transformations, such as being specified in the ''image()'' function with an opposite directionality to its context, or using 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
Received on Saturday, 11 February 2012 01:32:33 UTC