@@ -1237,7 +1237,7 @@ <h3 id="abstract-dimensions">
12371237 < dd > The axis in the inline dimension, i.e. the < i > horizontal
12381238 axis</ i > in horizontal writing modes and the < i > vertical axis</ i >
12391239 in vertical writing modes.</ dd >
1240- < dt > < dfn > length </ dfn > or < dfn > logical height</ dfn > < dt >
1240+ < dt > < dfn > extent </ dfn > or < dfn > logical height</ dfn > < dt >
12411241 < dd > A measurement in the block flow dimension: refers to the
12421242 physical height (vertical dimension) in horizontal writing
12431243 modes, and to the physical width (horizontal dimension) in
@@ -1356,7 +1356,7 @@ <h3 id="logical-directions">
13561356 left side/ | ---inline direction ---> | right side/ |
13571357 start side | | | end side |
13581358 | | block * horizontal * | height/
1359- | | direction *writing mode* | length
1359+ | | direction *writing mode* | extent
13601360 | V | |
13611361 +------------------------------+ V
13621362 bottom side/
@@ -1366,7 +1366,7 @@ <h3 id="logical-directions">
13661366 < div class ="example ">
13671367 < p > A vertical Japanese block (TTB-RL):</ p >
13681368 < pre class ="ascii-art ">
1369- <----- width / length ------>
1369+ <----- width / extent ------>
13701370
13711371 top side/
13721372 start side
@@ -1420,7 +1420,7 @@ <h3 id="logical-to-physical">
14201420 </ thead >
14211421 < tbody >
14221422 < tr >
1423- < th scope ="row "> length </ th >
1423+ < th scope ="row "> extent </ th >
14241424 < td colspan ="2 "> height</ td >
14251425 < td colspan ="8 "> width</ td >
14261426 </ tr >
@@ -1599,7 +1599,7 @@ <h3 id="dimension-mapping">
15991599 height) and to the the start and end margins, padding, and border.
16001600 Likewise the calculation rules in
16011601 < a href ="http://www.w3.org/TR/CSS21/visudet.html#Computing_heights_and_margins "> CSS2.1 Section 10.6</ a >
1602- are used in the block dimension: they apply to the length and to
1602+ are used in the block dimension: they apply to the extent and to
16031603 the before and after margins, padding, and border. [[!CSS21]]
16041604
16051605 < p > As a corollary, percentages on the margin and padding properties,
@@ -1621,28 +1621,28 @@ <h3 id="orthogonal-flows">
16211621
16221622 < p > To handle the second case, for the purposes of calculating the
16231623 layout of the box, the physical dimensions corresponding to the
1624- length and measure of the containing block are determined
1624+ extent and measure of the containing block are determined
16251625 using the writing mode of the box under consideration, not the
16261626 writing mode of the element associated with the containing block.
16271627
16281628 < p > For example, if a vertical block is placed inside a horizontal
16291629 block, then when calculating the physical height (which is the
16301630 measure) of the child block the physical height of the parent
16311631 block is used to calculate the measure of the child's containing
1632- block, even though the physical height is the length , not the
1632+ block, even though the physical height is the extent , not the
16331633 measure, of the parent block.</ p >
16341634
16351635 < p > It is common in CSS for a containing block to have a defined
1636- measure, but not a defined length . This typically happens in
1636+ measure, but not a defined extent . This typically happens in
16371637 CSS2.1 when a containing block has an ''auto'' height, for
16381638 example: its width is given by the calculations in
16391639 < a href ="http://www.w3.org/TR/CSS21/visudet.html#blockwidth "> 10.3.3</ a > ,
1640- but its length depends on its contents. In such cases the
1641- < i > available measure</ i > is defined, but the < i > available length </ i >
1640+ but its extent depends on its contents. In such cases the
1641+ < i > available measure</ i > is defined, but the < i > available extent </ i >
16421642 is infinite.
16431643
16441644 < p > Orthogonal flows allow the opposite to happen: for the
1645- < i > available length </ i > to be defined, but the < i > available
1645+ < i > available extent </ i > to be defined, but the < i > available
16461646 measure</ i > to be infinite. In such cases a percentage of the
16471647 containing block measure cannot be defined, and thus the
16481648 initial containing block's measure is used to calculate such
@@ -1668,7 +1668,7 @@ <h4 id="orthogonal-multicol">
16681668Multi-column Layout in Orthogonal Flows</ h4 >
16691669
16701670 < p > If the UA supports CSS Multi-column Layout [[!CSS3COL]], then
1671- for the case where the available length is defined but the
1671+ for the case where the available extent is defined but the
16721672 available measure is infinite and the element's measure is
16731673 unconstrained (is not fixed and has no maximum):
16741674
@@ -1680,8 +1680,8 @@ <h4 id="orthogonal-multicol">
16801680 calculated as if the element's containing block were the initial
16811681 containing block, and the rest of the layout is calculated as
16821682 described below for non-''auto'' column widths.
1683- < li > If the 'column-width' is not ''auto'', the available length is
1684- used to calculate the column length by subtracting out the element's
1683+ < li > If the 'column-width' is not ''auto'', the available extent is
1684+ used to calculate the column extent by subtracting out the element's
16851685 margins, borders, and padding in the block dimension and flooring
16861686 the result at zero. The used column-count and the used measure of
16871687 the element then follow from filling the resulting columns with the
0 commit comments