Skip to content

Commit 1842161

Browse files
committed
Editorial changes to clarify proposed model further
--HG-- extra : rebase_source : 71f44aa2dde6ca527ae86fa93f52f614358f8a8f
1 parent 0cc566c commit 1842161

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
lines changed

css3-regions/Overview.html

+19-3
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,13 @@
224224

225225
<h1 id=css-regions-module>CSS Regions Module Level 3</h1>
226226

227-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 March 2012</h2>
227+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 March 2012</h2>
228228

229229
<dl>
230230
<dt>This version:
231231

232232
<dd><a
233-
href="http://www.w3.org/TR/2012/ED-css3-regions-20120328/">http://www.w3.org/csswg/css3-regions</a>
233+
href="http://www.w3.org/TR/2012/ED-css3-regions-20120329/">http://www.w3.org/csswg/css3-regions</a>
234234

235235
<dt>Latest version:
236236

@@ -2440,14 +2440,30 @@ <h4 id=rfcb-height-resolution-phase-2><span class=secno>7.3.2. </span>RFCB
24402440
class=property>max-height</code>&rsquo; value, as described in the CSS 2.1
24412441
section on <a
24422442
href="http://www.w3.org/TR/CSS2/visudet.html#Computing_heights_and_margins">calculating
2443-
heights and margins</a>.
2443+
heights and margins</a> (see the <a
2444+
href="http://www.w3.org/TR/CSS2/visudet.html#normal-block">Block-level
2445+
non-replaced elements in normal flow when &lsquo;<code
2446+
class=property>overflow</code>&rsquo; computes to &lsquo;<code
2447+
class=property>visible</code>&rsquo;</a> section and the <a
2448+
href="http://www.w3.org/TR/CSS2/visudet.html#block-root-margin">complicated
2449+
cases</a> section).
24442450

24452451
<p>This new used &lsquo;<code class=property>height</code>&rsquo; is the
24462452
intrinsic &lsquo;<code class=property>height</code>&rsquo; of the
24472453
<span>RFCB</span> (which behaves like a <a
24482454
href="http://www.w3.org/TR/CSS2/conform.html#replaced-element">replaced
24492455
element</a> with regards to sizing).
24502456

2457+
<div class=note>It is important to note that during the Phase 2 of the
2458+
resolution of the RFCB's intrinsic &lsquo;<code
2459+
class=property>height</code>&rsquo;, the RFCB is treated as a block-level
2460+
element (using the CSS 2.1 terminology for <a
2461+
href="http://www.w3.org/TR/CSS2/visudet.html">section 10</a>) for
2462+
&lsquo;<code class=property>height</code>&rsquo; computation. However,
2463+
once the intrinsic &lsquo;<code class=property>height</code>&rsquo; is
2464+
resolved, the RFCB is treated as block-level replaced element for
2465+
&lsquo;<code class=property>height</code>&rsquo; computation.</div>
2466+
24512467
<h2 id=relation-to-document-events><span class=secno>8. </span>Relation to
24522468
document events</h2>
24532469

css3-regions/Overview.src.html

+10-1
Original file line numberDiff line numberDiff line change
@@ -2026,11 +2026,20 @@ <h4 id="rfcb-height-resolution-phase-2">RFCB 'height' resolution Phase 2</h4>
20262026
this process accounts for constraints such as the 'max-height' value, as described
20272027
in the CSS 2.1 section on
20282028
<a href="http://www.w3.org/TR/CSS2/visudet.html#Computing_heights_and_margins">calculating heights
2029-
and margins</a>. </p>
2029+
and margins</a> (see the <a href="http://www.w3.org/TR/CSS2/visudet.html#normal-block">Block-level
2030+
non-replaced elements in normal flow when 'overflow' computes to 'visible'</a> section and the
2031+
<a href="http://www.w3.org/TR/CSS2/visudet.html#block-root-margin">complicated cases</a> section). </p>
20302032

20312033
<p>This new used 'height' is the intrinsic 'height' of the <span>RFCB</span> (which behaves like a
20322034
<a href="http://www.w3.org/TR/CSS2/conform.html#replaced-element">replaced element</a> with
20332035
regards to sizing).</p>
2036+
2037+
<div class="note">It is important to note that during the Phase 2 of the resolution of the RFCB's
2038+
intrinsic 'height',
2039+
the RFCB is treated as a block-level element (using the CSS 2.1 terminology for
2040+
<a href="http://www.w3.org/TR/CSS2/visudet.html">section 10</a>) for 'height' computation.
2041+
However, once the intrinsic 'height' is resolved, the RFCB is treated as block-level
2042+
replaced element for 'height' computation.</div>
20342043

20352044
<h2 id="relation-to-document-events">Relation to document events</h2>
20362045

0 commit comments

Comments
 (0)