- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 May 2011 18:17:41 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv28982
Modified Files:
Overview.html Overview.src.html
Log Message:
Reverted earlier commit to make us not care about media fragments (the MF spec should define how to handle multi-size images, not us).
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- Overview.html 7 May 2011 01:21:32 -0000 1.89
+++ Overview.html 16 May 2011 18:17:39 -0000 1.90
@@ -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 7 May 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 May 2011</h2>
<dl>
<dt>Latest Version:
@@ -1328,9 +1328,7 @@
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. 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.
+ sizing constraints of its own.
<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.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- Overview.src.html 7 May 2011 01:21:32 -0000 1.93
+++ Overview.src.html 16 May 2011 18:17:39 -0000 1.94
@@ -1008,10 +1008,7 @@
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. 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>
+ satisfy sizing constraints of its own.</li>
<li>Unless otherwise specified by CSS, the object is then clipped to the
<i>concrete object size</i>.</li>
Received on Monday, 16 May 2011 18:17:43 UTC