[css-regions] defer named flows from external resources

Fri, 12 Oct 2012 15:30:09 -0700

author
Alan Stearns <stearns@adobe.com>
date
Fri, 12 Oct 2012 15:30:09 -0700
changeset 6847
09b933bd65e2
parent 6846
0b13bef8b4a3
child 6848
4a8d525c74b2

[css-regions] defer named flows from external resources

css3-regions/Overview.html file | annotate | diff | comparison | revisions
css3-regions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-regions/Overview.html	Thu Oct 11 23:44:17 2012 -0700
     1.2 +++ b/css3-regions/Overview.html	Fri Oct 12 15:30:09 2012 -0700
     1.3 @@ -646,14 +646,6 @@
     1.4     href="#flow-into"><code class=property>flow-into</code></a>’ property</h3>
     1.5  
     1.6    <div class="issue-marker wrapper">
     1.7 -   <div class=issue-marker data-bug_id=15811 data-bug_status=NEW> <a
     1.8 -    href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15811">Issue-15811</a>
     1.9 -
    1.10 -    <div class=issue-details>
    1.11 -     <p class=short-desc>Creating a named flow from external resource
    1.12 -    </div>
    1.13 -   </div>
    1.14 -
    1.15     <div class=issue-marker data-bug_id=16527 data-bug_status=ASSIGNED> <a
    1.16      href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16527">Issue-16527</a>
    1.17  
    1.18 @@ -838,6 +830,11 @@
    1.19     significant, then moving the parent that contains the whitespace to the
    1.20     named flow is required.</div>
    1.21  
    1.22 +  <div class=note><span class=note-prefix>Note </span>
    1.23 +   <p>A future CSS Regions module level will define a mechanism for creating
    1.24 +    a named flow from an external resource.
    1.25 +  </div>
    1.26 +
    1.27    <h3 id=the-flow-from-property><span class=secno>3.2. </span>The ‘<a
    1.28     href="#flow-from"><code class=property>flow-from</code></a>’ property</h3>
    1.29  
     2.1 --- a/css3-regions/Overview.src.html	Thu Oct 11 23:44:17 2012 -0700
     2.2 +++ b/css3-regions/Overview.src.html	Fri Oct 12 15:30:09 2012 -0700
     2.3 @@ -418,14 +418,6 @@
     2.4      <h3 id="the-flow-into-property">The 'flow-into' property</h3>
     2.5  
     2.6      <div class="issue-marker wrapper">
     2.7 -    <div class="issue-marker" data-bug_id="15811" data-bug_status="NEW">
     2.8 -        <a href=
     2.9 -        "https://www.w3.org/Bugs/Public/show_bug.cgi?id=15811">Issue-15811</a>
    2.10 -
    2.11 -        <div class="issue-details">
    2.12 -            <p class="short-desc">Creating a named flow from external resource</p>
    2.13 -        </div>
    2.14 -    </div>
    2.15      <div class="issue-marker" data-bug_id="16527" data-bug_status="ASSIGNED">
    2.16      <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16527">Issue-16527</a>
    2.17      <div class="issue-details">
    2.18 @@ -635,6 +627,12 @@
    2.19          is required.
    2.20      </div>
    2.21      
    2.22 +    <div class="note"><span class="note-prefix">Note </span>
    2.23 +      <p>A future CSS Regions module level 
    2.24 +        will define a mechanism 
    2.25 +        for creating a named flow 
    2.26 +        from an external resource.</p>
    2.27 +    </div>
    2.28          
    2.29      <h3 id="the-flow-from-property">The 'flow-from' property</h3>
    2.30  

mercurial