csswg/css3-images Overview.html,1.252,1.253 Overview.src.html,1.259,1.260

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add issue about more examples for object-*

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -d -r1.252 -r1.253
--- Overview.html	13 Dec 2011 00:48:45 -0000	1.252
+++ Overview.html	13 Dec 2011 00:50:19 -0000	1.253
@@ -1920,6 +1920,8 @@
     looks identical to </code>&rsquo;<span class=css>contain</span>.</p>
   </div>
 
+  <p class=issue>Find some good use-cases and make examples out of them.
+
   <p class=note>Note: the &lsquo;<a href="#object-fit0"><code
    class=property>object-fit</code></a>&rsquo; property has similar semantics
    to the <code>fit</code> attribute in <a href="#SMIL10"
@@ -2005,6 +2007,8 @@
   <p class=note>Note that areas of the box not covered by the replaced
    element will show the element's background.
 
+  <p class=issue>Find some good use-cases and make examples out of them.
+
   <p>User agents MAY accept &lsquo;<code
    class=property>image-position</code>&rsquo; as an alias for &lsquo;<a
    href="#object-position0"><code

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -d -r1.259 -r1.260
--- Overview.src.html	13 Dec 2011 00:48:45 -0000	1.259
+++ Overview.src.html	13 Dec 2011 00:50:19 -0000	1.260
@@ -1263,6 +1263,8 @@
 		in this case looks identical to '<span class='css'>contain</span>.</p>
 	</div>
 
+	<p class='issue'>Find some good use-cases and make examples out of them.</p>
+
 	<p class="note">Note: the 'object-fit' property has similar semantics to
 	the <code>fit</code> attribute in [[SMIL10]].</p>
 
@@ -1318,6 +1320,8 @@
 	<p class="note">Note that areas of the box not covered by the replaced
 	element will show the element's background.</p>
 
+	<p class='issue'>Find some good use-cases and make examples out of them.</p>
+
 	<p>User agents MAY accept 'image-position' as an alias for 'object-position', as a
 	previous version of this specification used that name.  Authors must not
 	use 'image-position' in their stylesheets.</p>

Received on Tuesday, 13 December 2011 00:50:23 UTC