csswg/css3-images Overview.html,1.125,1.126 Overview.src.html,1.132,1.133

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Added an issue to element() covering how to render certain types of elements.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- Overview.html	4 Aug 2011 00:38:08 -0000	1.125
+++ Overview.html	4 Aug 2011 01:04:08 -0000	1.126
@@ -470,6 +470,10 @@
    referenced element, modulo rasterization quality.
 
   <div class=example> TODO: copy an example from the MozHacks article</div>
+
+  <p class=issue>How does this work for inline elements, or elements broken
+   across lines/columns/pages/etc? How does this work for "internal" elements
+   like &lt;option>?</p>
   <!-- ====================================================================== -->
 
   <h4 class="no-num no-toc" id=element-cycles> Detecting and Resolving

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- Overview.src.html	4 Aug 2011 00:38:08 -0000	1.132
+++ Overview.src.html	4 Aug 2011 01:04:08 -0000	1.133
@@ -298,6 +298,8 @@
 		TODO: copy an example from the MozHacks article
 	</div>
 
+	<p class=issue>How does this work for inline elements, or elements broken across lines/columns/pages/etc?  How does this work for "internal" elements like &lt;option>?</p>
+
 <!-- ====================================================================== -->
 
 <h4 class="no-num no-toc" id='element-cycles'>

Received on Thursday, 4 August 2011 01:04:15 UTC