csswg/css3-regions Overview.html,1.47,1.48 Overview.src.html,1.52,1.53

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Added new issue

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- Overview.html	1 Feb 2012 18:41:33 -0000	1.47
+++ Overview.html	3 Feb 2012 12:57:14 -0000	1.48
@@ -126,14 +126,14 @@
 
    <h1 id=css-regions-module>CSS Regions Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 February
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 February
     2012</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2012/ED-css3-regions-20120201/">http://www.w3.org/csswg/css3-regions</a>
+     href="http://www.w3.org/TR/2012/ED-css3-regions-20120203/">http://www.w3.org/csswg/css3-regions</a>
 
     <dt>Latest version:
 
@@ -729,6 +729,13 @@
    formatting of elements placed into a named flow and of regions laying out
    content from a named flow.
 
+  <div class=issue-marker> <a
+   href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15858">Bug-15858</a>
+   <div class=issue-details>
+    <p class=short-desc>Should first region be ICB for flow content?</p>
+   </div>
+  </div>
+
   <p>The edges of the first region in a region chain associated with a named
    flow establish the rectangle that is the initial containing block of the
    named flow.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Overview.src.html	1 Feb 2012 18:41:33 -0000	1.52
+++ Overview.src.html	3 Feb 2012 12:57:14 -0000	1.53
@@ -582,6 +582,15 @@
     formatting of elements placed into a named flow and of regions laying out
     content from a named flow.</p>
 
+    <div class="issue-marker">
+        <a href=
+        "https://www.w3.org/Bugs/Public/show_bug.cgi?id=15858">Bug-15858</a>
+
+        <div class="issue-details">
+            <p class="short-desc">Should first region be ICB for flow content?</p>
+        </div>
+    </div>
+
     <p>The edges of the first region in a region chain associated with a named flow establish 
         the rectangle that is the initial containing block of the named flow.</p>
 

Received on Friday, 3 February 2012 12:57:18 UTC