- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 07 May 2011 01:21:34 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv4892 Modified Files: Overview.html Overview.src.html Log Message: Specify how to deal with fragment identifiers applied to multiple-size images Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.88 retrieving revision 1.89 diff -u -d -r1.88 -r1.89 --- Overview.html 6 May 2011 18:13:57 -0000 1.88 +++ Overview.html 7 May 2011 01:21:32 -0000 1.89 @@ -15,7 +15,7 @@ <h1>CSS Image Values and Replaced Content Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 May 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 May 2011</h2> <dl> <dt>Latest Version: @@ -1220,8 +1220,7 @@ <p>If an object (such as an icon) has multiple sizes, then the largest size is used. If it has multiple aspect ratios of that size (or of no size), then the aspect ratio closest to the aspect ratio of the <a - href="#default-object-size"><i>default object size</i></a> is used. - <span class=issue>This is pretty arbitrary.</span></p> + href="#default-object-size"><i>default object size</i></a> is used.</p> <dt><dfn id=specified-size>specified size</dfn> @@ -1329,7 +1328,9 @@ href="#concrete-object-size"><i>concrete object size</i></a> in some way, or even render itself larger or smaller than the <a href="#concrete-object-size"><i>concrete object size</i></a> to satisfy - sizing constraints of its own. + sizing constraints of its own. For objects containing multiple sizes, if + a fragment identifier is applied to the object using pixel coordinates, + it is first resolved into percentages using the intrinsic size. <li>Unless otherwise specified by CSS, the object is then clipped to the <a href="#concrete-object-size"><i>concrete object size</i></a>. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- Overview.src.html 6 May 2011 18:13:57 -0000 1.92 +++ Overview.src.html 7 May 2011 01:21:32 -0000 1.93 @@ -931,8 +931,7 @@ <p>If an object (such as an icon) has multiple sizes, then the largest size is used. If it has multiple aspect ratios of that size (or of no size), then the aspect ratio closest to the aspect ratio of the - <i>default object size</i> is used. <span class="issue">This is pretty - arbitrary.</span></p> + <i>default object size</i> is used.</p> </dd> <dt><dfn>specified size</dfn></dt> @@ -1009,7 +1008,10 @@ is different from the object's <i>intrinsic dimensions</i>. The object may adjust itself to match the <i>concrete object size</i> in some way, or even render itself larger or smaller than the <i>concrete object size</i> to - satisfy sizing constraints of its own.</li> + satisfy sizing constraints of its own. For objects containing multiple + sizes, if a fragment identifier is applied to the object using pixel + coordinates, it is first resolved into percentages using the intrinsic + size.</li> <li>Unless otherwise specified by CSS, the object is then clipped to the <i>concrete object size</i>.</li>
Received on Saturday, 7 May 2011 01:21:36 UTC