csswg/css3-images Overview.html,1.283,1.284 Overview.src.html,1.293,1.294 lc-issues-1.txt,1.7,1.8

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

Modified Files:
	Overview.html Overview.src.html lc-issues-1.txt 
Log Message:
Fix awkword sentence in the Concrete Object Size Resolution algorithm to make it clearer that all the missing dimensions are taken from the default object size if necessary.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -d -r1.283 -r1.284
--- Overview.html	11 Feb 2012 01:32:27 -0000	1.283
+++ Overview.html	11 Feb 2012 01:37:39 -0000	1.284
@@ -1838,7 +1838,7 @@
       <a href="#intrinsic-aspect-ratio"><i>intrinsic aspect ratio</i></a>,
       the missing dimension is calculated from the present dimension and the
       <a href="#intrinsic-aspect-ratio"><i>intrinsic aspect ratio</i></a>.
-      Otherwise, the missing dimension is taken from the <a
+      Otherwise, each missing dimension is taken from the <a
       href="#default-object-size"><i>default object size</i></a>.
     </ol>
   </ul>

Index: lc-issues-1.txt
===================================================================
RCS file: /sources/public/csswg/css3-images/lc-issues-1.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- lc-issues-1.txt	7 Feb 2012 09:18:37 -0000	1.7
+++ lc-issues-1.txt	11 Feb 2012 01:37:39 -0000	1.8
@@ -56,4 +56,18 @@
 From:     Leif Arne Storset
 Comment:  http://lists.w3.org/Archives/Public/www-style/2012Feb/0267.html
 Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/0271.html
+Closed:   Accepted
+----
+Issue 9.
+Summary:  'image-orientation' should be applied before any other transformations
+From:     Kenny Lu
+Comment:  http://lists.w3.org/Archives/Public/www-style/2012Feb/0404.html
+Response: 
+Closed:   Accepted
+----
+Issue 10.
+Summary:  Concrete Object Size resolution algorithm has clumsy text, implying that only one dimension is resolved in one of the steps
+From:     Kenny Lu
+Comment:  http://lists.w3.org/Archives/Public/www-style/2012Feb/0395.html
+Response:
 Closed:   Accepted
\ No newline at end of file

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -d -r1.293 -r1.294
--- Overview.src.html	11 Feb 2012 01:32:28 -0000	1.293
+++ Overview.src.html	11 Feb 2012 01:37:39 -0000	1.294
@@ -1160,7 +1160,7 @@
 				<li>If the <i>concrete object size</i> is still missing a width or height,
 				and the object has an <i>intrinsic aspect ratio</i>, the missing dimension
 				is calculated from the present dimension and the <i>intrinsic aspect ratio</i>.
-				Otherwise, the missing dimension is taken from the <i>default object size</i>.</li>
+				Otherwise, each missing dimension is taken from the <i>default object size</i>.</li>
 			</ol>
 		</li>
 	</ul>

Received on Saturday, 11 February 2012 01:37:43 UTC