csswg/css3-regions Overview.html,1.44,1.45 Overview.src.html,1.49,1.50

Update of /sources/public/csswg/css3-regions
In directory hutz:/tmp/cvs-serv17329

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Added issue about iframe content

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Overview.html	31 Jan 2012 12:14:35 -0000	1.44
+++ Overview.html	31 Jan 2012 13:51:39 -0000	1.45
@@ -636,6 +636,13 @@
    href="#flow-into"><code class=property>flow-into</code></a>&rsquo;
    property</h3>
 
+  <div class=issue-marker> <a
+   href="https://www.w3.org/Bugs/Public/show_bug.cgi?15811">Bug-15811</a>
+   <div class=issue-details>
+    <p class=short-desc>Creating a named flow from external resource</p>
+   </div>
+  </div>
+
   <p>The ‘flow-into’ property can place an element into a named flow.
    Elements that belong to the same flow are laid out in the regions
    associated with that flow.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- Overview.src.html	31 Jan 2012 12:14:35 -0000	1.49
+++ Overview.src.html	31 Jan 2012 13:51:39 -0000	1.50
@@ -487,6 +487,16 @@
 
     <h3 id="the-flow-into-property">The 'flow-into' property</h3>
 
+    <div class="issue-marker">
+        <a href=
+        "https://www.w3.org/Bugs/Public/show_bug.cgi?15811">Bug-15811</a>
+
+        <div class="issue-details">
+            <p class="short-desc">Creating a named flow from external resource</p>
+        </div>
+    </div>
+    
+
     <p>The ‘flow-into’ property can place an element into a named flow. Elements that 
         belong to the same flow are laid out in the regions associated with that flow.</p>
 

Received on Tuesday, 31 January 2012 13:51:43 UTC