Skip to content

Commit abd5fd0

Browse files
committed
(Just a merge, no changes)
2 parents 1d007d3 + a821592 commit abd5fd0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css3-regions/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,7 @@ <h2 id="regions-visual-formatting-details">Regions visual formatting details</h2
19911991

19921992
<p>Regions are laid out by CSS and take part in the normal box model and other layout models
19931993
offered by CSS modules such as flexible boxes ([[CSS3-FLEXBOX]]). However, <span>regions</span>
1994-
layout a fragment of their <span>named flow</span> instead of laying out descendant content as happens with other
1994+
lay out a fragment of their <span>named flow</span> instead of laying out descendant content as happens with other
19951995
boxes.</p>
19961996

19971997
<p>This section describes the model for laying out <span>regions</span> and for laying out
@@ -2073,17 +2073,17 @@ <h5 id="rfcb-flow-fragment-height-resolution-phase-1">RFCB flow fragment height
20732073
<h5 id="rfcb-flow-fragment-height-resolution-phase-2">RFCB flow fragment height resolution, Phase 2</h5>
20742074

20752075
<p><span>Named flows</span> are laid out in <span>regions</span>. The
2076-
user agent computes the <em><span>flow fragment height</span></em> for
2076+
user agent resolves the <em><span>flow fragment height</span></em> for
20772077
the <span>RFCB</span>s using the remainder of the flow and accounting for
20782078
<a href="http://www.w3.org/TR/css3-break/">fragmentation rules</a>.
2079-
This process accounts for constraints such as the 'max-height' value, as described
2079+
This process accounts for constraints such as the 'height' or 'max-height' values, as described
20802080
in the CSS 2.1 section on
20812081
<a href="http://www.w3.org/TR/CSS2/visudet.html#Computing_heights_and_margins">calculating heights
20822082
and margins</a> (see the <a href="http://www.w3.org/TR/CSS2/visudet.html#normal-block">Block-level
20832083
non-replaced elements in normal flow when 'overflow' computes to 'visible'</a> section and the
20842084
<a href="http://www.w3.org/TR/CSS2/visudet.html#block-root-margin">complicated cases</a> section).
20852085
During this phase, generated content is laid out according to the
2086-
<a href="file:///Users/vhardy/work/W3C/mercurial/csswg/css3-regions/Overview.html#processing-model">rules</a> described earlier in this document.
2086+
<a href="#processing-model">rules</a> described earlier in this document.
20872087
</p>
20882088

20892089
<h4 id="regions-boxes-layout">Step 2: regions boxes layout</h4>
@@ -2120,13 +2120,13 @@ <h4 id="named-flows-layout">Step 3: named flows layout</h4>
21202120
generated content boxes.</p>
21212121

21222122
<p>During this phase, generated content is laid out according to the
2123-
<a href="file:///Users/vhardy/work/W3C/mercurial/csswg/css3-regions/Overview.html#processing-model">rules</a>
2123+
<a href="#processing-model">rules</a>
21242124
described earlier in this document.</p>
21252125

21262126
<h3 id="regions-visual-formatting-implementation-note">Regions visual formatting: implementation note</h3>
21272127

21282128
<p>The process for resolving an RFCB's 'height' and the three-step process used to
2129-
layout documents containing regions and <span>named flows</span> are
2129+
lay out documents containing regions and <span>named flows</span> are
21302130
<em>conceptual</em> descriptions of what the layout
21312131
should yield and implementations should optimize to reduce the number of
21322132
steps and phases necessary wherever possible.</p>

0 commit comments

Comments
 (0)