Editorial changes to clarify proposed model further

Wed, 28 Mar 2012 22:13:15 -0700

author
Vincent Hardy <vhardy@adobe.com>
date
Wed, 28 Mar 2012 22:13:15 -0700
changeset 5302
dbe193af0c23
parent 5301
d07f9d9499a2
child 5303
083f80ca0535

Editorial changes to clarify proposed model further

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	Wed Mar 28 22:12:54 2012 -0700
     1.2 +++ b/css3-regions/Overview.html	Wed Mar 28 22:13:15 2012 -0700
     1.3 @@ -224,13 +224,13 @@
     1.4  
     1.5     <h1 id=css-regions-module>CSS Regions Module Level 3</h1>
     1.6  
     1.7 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 March 2012</h2>
     1.8 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 March 2012</h2>
     1.9  
    1.10     <dl>
    1.11      <dt>This version:
    1.12  
    1.13      <dd><a
    1.14 -     href="http://www.w3.org/TR/2012/ED-css3-regions-20120328/">http://www.w3.org/csswg/css3-regions</a>
    1.15 +     href="http://www.w3.org/TR/2012/ED-css3-regions-20120329/">http://www.w3.org/csswg/css3-regions</a>
    1.16  
    1.17      <dt>Latest version:
    1.18  
    1.19 @@ -2440,7 +2440,13 @@
    1.20     class=property>max-height</code>&rsquo; value, as described in the CSS 2.1
    1.21     section on <a
    1.22     href="http://www.w3.org/TR/CSS2/visudet.html#Computing_heights_and_margins">calculating
    1.23 -   heights and margins</a>.
    1.24 +   heights and margins</a> (see the <a
    1.25 +   href="http://www.w3.org/TR/CSS2/visudet.html#normal-block">Block-level
    1.26 +   non-replaced elements in normal flow when &lsquo;<code
    1.27 +   class=property>overflow</code>&rsquo; computes to &lsquo;<code
    1.28 +   class=property>visible</code>&rsquo;</a> section and the <a
    1.29 +   href="http://www.w3.org/TR/CSS2/visudet.html#block-root-margin">complicated
    1.30 +   cases</a> section).
    1.31  
    1.32    <p>This new used &lsquo;<code class=property>height</code>&rsquo; is the
    1.33     intrinsic &lsquo;<code class=property>height</code>&rsquo; of the
    1.34 @@ -2448,6 +2454,16 @@
    1.35     href="http://www.w3.org/TR/CSS2/conform.html#replaced-element">replaced
    1.36     element</a> with regards to sizing).
    1.37  
    1.38 +  <div class=note>It is important to note that during the Phase 2 of the
    1.39 +   resolution of the RFCB's intrinsic &lsquo;<code
    1.40 +   class=property>height</code>&rsquo;, the RFCB is treated as a block-level
    1.41 +   element (using the CSS 2.1 terminology for <a
    1.42 +   href="http://www.w3.org/TR/CSS2/visudet.html">section 10</a>) for
    1.43 +   &lsquo;<code class=property>height</code>&rsquo; computation. However,
    1.44 +   once the intrinsic &lsquo;<code class=property>height</code>&rsquo; is
    1.45 +   resolved, the RFCB is treated as block-level replaced element for
    1.46 +   &lsquo;<code class=property>height</code>&rsquo; computation.</div>
    1.47 +
    1.48    <h2 id=relation-to-document-events><span class=secno>8. </span>Relation to
    1.49     document events</h2>
    1.50  
     2.1 --- a/css3-regions/Overview.src.html	Wed Mar 28 22:12:54 2012 -0700
     2.2 +++ b/css3-regions/Overview.src.html	Wed Mar 28 22:13:15 2012 -0700
     2.3 @@ -2026,11 +2026,20 @@
     2.4          this process accounts for constraints such as the 'max-height' value, as described
     2.5          in the CSS 2.1 section on 
     2.6          <a href="http://www.w3.org/TR/CSS2/visudet.html#Computing_heights_and_margins">calculating heights 
     2.7 -            and margins</a>. </p>
     2.8 +            and margins</a> (see the <a href="http://www.w3.org/TR/CSS2/visudet.html#normal-block">Block-level 
     2.9 +                non-replaced elements in normal flow when 'overflow' computes to 'visible'</a> section and the
    2.10 +        <a href="http://www.w3.org/TR/CSS2/visudet.html#block-root-margin">complicated cases</a> section). </p>
    2.11              
    2.12      <p>This new used 'height' is the intrinsic 'height' of the <span>RFCB</span> (which behaves like a 
    2.13          <a href="http://www.w3.org/TR/CSS2/conform.html#replaced-element">replaced element</a> with 
    2.14          regards to sizing).</p>
    2.15 +        
    2.16 +    <div class="note">It is important to note that during the Phase 2 of the resolution of the RFCB's 
    2.17 +        intrinsic 'height',
    2.18 +        the RFCB is treated as a block-level element (using the CSS 2.1 terminology for 
    2.19 +        <a href="http://www.w3.org/TR/CSS2/visudet.html">section 10</a>) for 'height' computation. 
    2.20 +        However, once the intrinsic 'height' is resolved, the RFCB is treated as block-level
    2.21 +        replaced element for 'height' computation.</div>
    2.22      
    2.23      <h2 id="relation-to-document-events">Relation to document events</h2>
    2.24  

mercurial