css3-regions/Overview.src.html

changeset 6816
d5407e5d40c8
parent 6812
b76903becabe
child 6817
afc7818f1791
     1.1 --- a/css3-regions/Overview.src.html	Thu Oct 04 13:41:14 2012 -0700
     1.2 +++ b/css3-regions/Overview.src.html	Thu Oct 04 16:22:48 2012 -0700
     1.3 @@ -1243,14 +1243,6 @@
     1.4      <p>Only a limited list of properties can be set in a region style rule:</p>
     1.5      
     1.6      <div class="issue-marker wrapper">
     1.7 -    <div class="issue-marker" data-bug_id="15190" data-bug_status="NEW">
     1.8 -        <a href=
     1.9 -        "https://www.w3.org/Bugs/Public/show_bug.cgi?id=15190">Issue-15190</a>
    1.10 -
    1.11 -        <div class="issue-details">
    1.12 -            <p class="short-desc">List of region style properties</p>
    1.13 -        </div>
    1.14 -    </div>
    1.15      <div class="issue-marker" data-bug_id="16921" data-bug_status="REOPENED">
    1.16          <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16921">Issue-16921</a>
    1.17          <div class="issue-details">
    1.18 @@ -2001,9 +1993,11 @@
    1.19        which dispatch <code class="idl">regionLayoutUpdate</code> events 
    1.20        when there is a possible layout change 
    1.21        in their region chain. 
    1.22 -      Note that the event is asynchronous.</p>
    1.23 -
    1.24 -    <p>If region chain nesting occurs 
    1.25 +      The event is asynchronous, 
    1.26 +      and fires when 
    1.27 +      <a href="http://www.w3.org/TR/2012/WD-dom-20120405/#mutation-observers">MutationObservers</a> 
    1.28 +       [[!DOM]] are invoked.</p> 
    1.29 +    <p>If region chain nesting occurs
    1.30        (the contents of a <a href="#dom-named-flow"><code class="idl">NamedFlow</code></a> 
    1.31        contains regions 
    1.32        for a different <a href="#dom-named-flow"><code class="idl">NamedFlow</code></a>)
    1.33 @@ -2014,14 +2008,6 @@
    1.34        for the containing flow 
    1.35        is dispatched.</p>
    1.36      
    1.37 -    <div class="issue-marker" data-bug_id="16391" data-bug_status="ASSIGNED">
    1.38 -    <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16391">Issue-16391</a>
    1.39 -    <div class="issue-details">
    1.40 -        <p class="short-desc">regionLayoutUpdate needs to be async</p>
    1.41 -    </div>  
    1.42 -    </div>
    1.43 -    <div class="note">The remaining issue in this bug is when the event gets fired.</div>
    1.44 -
    1.45      <table class="event-desc" border="0" summary="This table contains information about the semantics of the given event type" cellpadding="2" cellspacing="0">
    1.46                  <tbody><tr class="assert must"><th>Type</th>
    1.47                  <td class="eventname"><strong><code>regionLayoutUpdate</code></strong></td></tr>
    1.48 @@ -2435,8 +2421,9 @@
    1.49      
    1.50      <h2 id="usecases">Use Cases</h2>
    1.51      
    1.52 -    <p>Use cases are described on <a href="http://wiki.csswg.org/spec/css3-regions/regions-use-cases">this
    1.53 -            page</a>.</p>
    1.54 +    <p>Use cases are described on 
    1.55 +      <a href="http://wiki.csswg.org/spec/css3-regions/regions-use-cases">these</a> 
    1.56 +      <a href="http://wiki.csswg.org/spec/css3-regions/regions-print-use-cases">pages</a>.</p>
    1.57  
    1.58      <h2 id="conformance">Conformance</h2>
    1.59      
    1.60 @@ -2445,6 +2432,8 @@
    1.61      <h3 id="changes_from_Aug_28_2012">Changes from <a href="http://www.w3.org/TR/2012/WD-css3-regions-20120823/">August 28<sup>th</sup> 2012</a> version</h3>
    1.62  
    1.63      <ul>
    1.64 +      <li>Added timing for regionLayoutUpdate event</li>
    1.65 +      <li>Clarified interaction between content and flow-from for pseudo-elements</li>
    1.66        <li>Changed NamedFlowCollection getters to return undefined when there is no NamedFlow.</li>
    1.67        <li>Changed region-overflow property to region-fragment.</li>
    1.68      </ul>

mercurial