Update bug script, editorial tweaks

Thu, 12 Apr 2012 14:11:09 -0700

author
Alan Stearns <stearns@adobe.com>
date
Thu, 12 Apr 2012 14:11:09 -0700
changeset 5469
1338a3592dac
parent 5468
757d9e99cd55
child 5470
767bba15b1d0

Update bug script, editorial tweaks

css3-regions/BugzillaTracker.js file | annotate | diff | comparison | revisions
css3-regions/BugzillaTrackerCSSRegions.js file | annotate | diff | comparison | revisions
css3-regions/Overview.html file | annotate | diff | comparison | revisions
css3-regions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-regions/BugzillaTracker.js	Thu Apr 12 12:57:08 2012 -0700
     1.2 +++ b/css3-regions/BugzillaTracker.js	Thu Apr 12 14:11:09 2012 -0700
     1.3 @@ -92,7 +92,7 @@
     1.4              },
     1.5              _queryParams = {
     1.6                  product: "CSS",
     1.7 -                component: "CSS Regions",
     1.8 +                component: "Regions",
     1.9                  ctype: "js"
    1.10              };
    1.11          
    1.12 @@ -242,7 +242,7 @@
    1.13                  @example      
    1.14                  {        
    1.15                      product: "CSS",
    1.16 -                    component: "CSS Regions"
    1.17 +                    component: "Regions"
    1.18                  }
    1.19              */
    1.20              sync: function(queryParams, callbackFn){
     2.1 --- a/css3-regions/BugzillaTrackerCSSRegions.js	Thu Apr 12 12:57:08 2012 -0700
     2.2 +++ b/css3-regions/BugzillaTrackerCSSRegions.js	Thu Apr 12 14:11:09 2012 -0700
     2.3 @@ -158,7 +158,7 @@
     2.4         BugzillaTracker.sync(
     2.5             {
     2.6                 product: "CSS",
     2.7 -               component: "CSS Regions",
     2.8 +               component: "Regions",
     2.9             }, 
    2.10             renderIssues); 
    2.11             
     3.1 --- a/css3-regions/Overview.html	Thu Apr 12 12:57:08 2012 -0700
     3.2 +++ b/css3-regions/Overview.html	Thu Apr 12 14:11:09 2012 -0700
     3.3 @@ -1117,6 +1117,14 @@
     3.4        between regions</p>
     3.5      </div>
     3.6     </div>
     3.7 +
     3.8 +   <div class=issue-marker data-bug_id=16636 data-bug_status=NEW> <a
     3.9 +    href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16636">Bug-16636</a>
    3.10 +    
    3.11 +    <div class=issue-details>
    3.12 +     <p class=short-desc>Should re-introduce region order</p>
    3.13 +    </div>
    3.14 +   </div>
    3.15    </div>
    3.16  
    3.17    <p><span title=region>CSS Regions</span> create a new <a
    3.18 @@ -1376,13 +1384,24 @@
    3.19       <td>specified value
    3.20    </table>
    3.21  
    3.22 -  <div class=issue-marker data-bug_id=15832 data-bug_status=NEW> <a
    3.23 -   href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15832">Bug-15832</a>
    3.24 -   <div class=issue-details>
    3.25 -    <p class=short-desc>Should we have region-overflow:nobreak and have
    3.26 -     &lsquo;<a href="#region-overflow"><code
    3.27 -     class=property>region-overflow</code></a>&rsquo; apply to all regions,
    3.28 -     not just the last?</p>
    3.29 +  <div class="issue-marker wrapper">
    3.30 +   <div class=issue-marker data-bug_id=15832 data-bug_status=NEW> <a
    3.31 +    href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15832">Bug-15832</a>
    3.32 +    
    3.33 +    <div class=issue-details>
    3.34 +     <p class=short-desc>Should we have region-overflow:nobreak and have
    3.35 +      &lsquo;<a href="#region-overflow"><code
    3.36 +      class=property>region-overflow</code></a>&rsquo; apply to all regions,
    3.37 +      not just the last?</p>
    3.38 +    </div>
    3.39 +   </div>
    3.40 +
    3.41 +   <div class=issue-marker data-bug_id=16622 data-bug_status=NEW> <a
    3.42 +    href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16622">Bug-16622</a>
    3.43 +    
    3.44 +    <div class=issue-details>
    3.45 +     <p class=short-desc>Should we rename region-overflow to flow-overset?</p>
    3.46 +    </div>
    3.47     </div>
    3.48    </div>
    3.49  
    3.50 @@ -1737,17 +1756,19 @@
    3.51    <p>Column boxes of a <a
    3.52     href="http://dev.w3.org/csswg/css3-multicol/#multi-column-element">multi-column</a>
    3.53     element that has an assigned <a href="#named-flow0"><em><span>named
    3.54 -   flow</span></em></a> are regions. This means that a multi-column element
    3.55 -   can be used as a convenient short-hand to create multiple column-box
    3.56 -   regions into which content flows.
    3.57 +   flow</span></em></a> are CSS Regions. This means that a multi-column
    3.58 +   element can be used as a convenient short-hand to create multiple
    3.59 +   column-box regions into which content flows.
    3.60  
    3.61    <p>The fragment of content that flows into column-box regions is laid out
    3.62 -   according to the multi-column specification. In particular, when <a
    3.63 -   href="#flow-fragment-height-resolution">computing the flow fragment
    3.64 -   height</a> of a multi-column element that is associated with a <a
    3.65 -   href="#named-flow0"><em><span>named flow</span></em></a>, the &lsquo;<code
    3.66 -   class=property>column-fill</code>&rsquo; property is honored to balance
    3.67 -   the fragments of content that would flow across the column-box regions.
    3.68 +   according to the multi-column specification. In particular, when computing
    3.69 +   the <a href="#flow-fragment-height-resolution">flow fragment height</a> of
    3.70 +   a multi-column element that is associated with a <a
    3.71 +   href="#named-flow0"><em><span>named flow</span></em></a>, the <a
    3.72 +   href="http://dev.w3.org/csswg/css3-multicol/#column-fill">&lsquo;<code
    3.73 +   class=property>column-fill</code>&rsquo;</a> property is honored to
    3.74 +   balance the fragments of content that would flow across the column-box
    3.75 +   regions.
    3.76  
    3.77    <div class=example>
    3.78     <p>The following example:</p>
    3.79 @@ -1771,13 +1792,14 @@
    3.80  &lt;div id="multicol"&gt&lt;/div&gt;
    3.81  &lt;div id="remainder"&gt;&lt;/div&gt;</pre>
    3.82  
    3.83 -   <p>is equivalent but simpler than, for example:</p>
    3.84 +   <p>is equivalent in rendering to, for example:</p>
    3.85  
    3.86     <pre>
    3.87  &lt;style&gt;    
    3.88     #flex {
    3.89         display: flex;
    3.90         flex-pack: justify;
    3.91 +       height: 6em;
    3.92     }
    3.93     #flex > div {
    3.94         flow-from: article;
     4.1 --- a/css3-regions/Overview.src.html	Thu Apr 12 12:57:08 2012 -0700
     4.2 +++ b/css3-regions/Overview.src.html	Thu Apr 12 14:11:09 2012 -0700
     4.3 @@ -958,7 +958,14 @@
     4.4              <p class="short-desc">Specify behavior of stacking contexts that are split between regions</p>
     4.5          </div>    
     4.6       </div>
     4.7 -     </div>
     4.8 +        
     4.9 +    <div class="issue-marker" data-bug_id="16636" data-bug_status="NEW">
    4.10 +      <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16636">Bug-16636</a>
    4.11 +      <div class="issue-details">
    4.12 +          <p class="short-desc">Should re-introduce region order</p>
    4.13 +      </div>  
    4.14 +    </div>
    4.15 +    </div>
    4.16  
    4.17      <p><span title="region">CSS Regions</span> create a new <a href="http://www.w3.org/TR/CSS2/visuren.html#z-index">stacking context</a>. <span title="region">CSS Regions</span> establish a new <a href="http://www.w3.org/TR/CSS2/visuren.html#block-formatting">block formatting Context</a>.</p>
    4.18      
    4.19 @@ -991,7 +998,7 @@
    4.20        section for a description of how 
    4.21        'width' and 'height' values are resolved 
    4.22        for <span>CSS Region</span> boxes.</p>
    4.23 -        
    4.24 +
    4.25      <h3 id=
    4.26      "region-flow-break">Region
    4.27      flow break properties: 'break-before', 'break-after', 'break-inside'</h3>
    4.28 @@ -1239,6 +1246,7 @@
    4.29          </tr>
    4.30      </table>
    4.31      
    4.32 +    <div class="issue-marker wrapper">
    4.33      <div class="issue-marker" data-bug_id="15832" data-bug_status="NEW">
    4.34          <a href=
    4.35          "https://www.w3.org/Bugs/Public/show_bug.cgi?id=15832">Bug-15832</a>
    4.36 @@ -1247,7 +1255,13 @@
    4.37              <p class="short-desc">Should we have region-overflow:nobreak and have 'region-overflow' apply to all regions, not just the last?</p>
    4.38          </div>
    4.39      </div>
    4.40 -    
    4.41 +    <div class="issue-marker" data-bug_id="16622" data-bug_status="NEW">
    4.42 +    <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16622">Bug-16622</a>
    4.43 +    <div class="issue-details">
    4.44 +        <p class="short-desc">Should we rename region-overflow to flow-overset?</p>
    4.45 +    </div>  
    4.46 +    </div>
    4.47 +  </div>
    4.48  
    4.49      <p>The 'region-overflow' property controls the behavior of the <em id=
    4.50      "last-region">last region</em> associated with a <span>named
    4.51 @@ -1551,17 +1565,29 @@
    4.52      
    4.53      <h2 id="multi-column-regions">Multi-column regions</h2>
    4.54      
    4.55 -    <p>Column boxes of a <a href="http://dev.w3.org/csswg/css3-multicol/#multi-column-element">multi-column</a> element
    4.56 -        that has an assigned <em><span>named flow</span></em> are regions. This means that a multi-column element can be used as a
    4.57 -        convenient short-hand to create multiple column-box regions into which content flows. </p>
    4.58 +    <p>Column boxes of a 
    4.59 +      <a href="http://dev.w3.org/csswg/css3-multicol/#multi-column-element">multi-column</a> 
    4.60 +      element that has 
    4.61 +      an assigned <em><span>named flow</span></em> 
    4.62 +      are CSS Regions. 
    4.63 +      This means that a multi-column element 
    4.64 +      can be used as a convenient short-hand 
    4.65 +      to create multiple column-box regions 
    4.66 +      into which content flows.</p>
    4.67          
    4.68 -    <p>The fragment of content that flows into column-box regions is laid out according to the 
    4.69 -        multi-column specification. In particular, 
    4.70 -        when <a href="#flow-fragment-height-resolution">computing the flow fragment height</a> 
    4.71 -        of a multi-column element
    4.72 -        that is associated with a <em><span>named flow</span></em>,
    4.73 -        the 'column-fill' property is honored to balance the fragments of content that would flow across
    4.74 -        the column-box regions.</p>
    4.75 +    <p>The fragment of content 
    4.76 +      that flows into column-box regions 
    4.77 +      is laid out according to 
    4.78 +      the multi-column specification. 
    4.79 +      In particular, 
    4.80 +      when computing the <a href="#flow-fragment-height-resolution">flow fragment height</a> 
    4.81 +      of a multi-column element 
    4.82 +      that is associated with a <em><span>named flow</span></em>, 
    4.83 +      the <a href="http://dev.w3.org/csswg/css3-multicol/#column-fill">'column-fill'</a> 
    4.84 +      property is honored 
    4.85 +      to balance the fragments of content 
    4.86 +      that would flow across 
    4.87 +      the column-box regions.</p>
    4.88  
    4.89      <div class="example">
    4.90          <p>The following example:</p>
    4.91 @@ -1583,12 +1609,13 @@
    4.92  &lt;div id="article"&gt;...&lt;div&gt;
    4.93  &lt;div id="multicol"&gt&lt;/div&gt;
    4.94  &lt;div id="remainder"&gt;&lt;/div&gt;</pre>
    4.95 -        <p>is equivalent but simpler than, for example:</p>
    4.96 +        <p>is equivalent in rendering to, for example:</p>
    4.97                  <pre>
    4.98  &lt;style&gt;    
    4.99     #flex {
   4.100         display: flex;
   4.101         flex-pack: justify;
   4.102 +       height: 6em;
   4.103     }
   4.104     #flex > div {
   4.105         flow-from: article;

mercurial