Skip to content

Commit 2888515

Browse files
committed
1 parent d02f311 commit 2888515

2 files changed

Lines changed: 4 additions & 3520 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 4 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ Implied Minimum Size of Flex Items</h3>
802802
<dl dfn-type=value dfn-for="min-width, min-height">
803803
<dt><dfn>auto</dfn>
804804
<dd>
805-
On a <a>flex item</a> whose 'overflow' is not ''overflow/visible'',
805+
On a <a>flex item</a> whose 'overflow' is ''overflow/visible'',
806806
this keyword specifies as the minimum size the smaller of:
807807

808808
<ul>
@@ -1958,41 +1958,9 @@ Flex Baselines</h3>
19581958
When <a href="http://www.w3.org/TR/CSS21/tables.html#height-layout">determining the baseline of a table cell</a>,
19591959
a flex container provides a baseline just as a line box or table-row does. [[!CSS21]]
19601960

1961-
<div class='note'>
1962-
<p>
1963-
CSS 2.1 did not define the baseline of block or table boxes.
1964-
It is expected that they will be defined consistent with those of <a href="http://www.w3.org/TR/CSS2/tables.html#height-layout">table cells</a>,
1965-
as follows:
1966-
1967-
<dl>
1968-
<dt>''block''
1969-
<dt>''list-item''
1970-
<dd>
1971-
<p>
1972-
The inline-axis baseline of a block is the baseline of the first in-flow line box in the block,
1973-
or the first in-flow block-level child in the block that has a baseline,
1974-
whichever comes first.
1975-
If there is no such line box or child,
1976-
then the block has no baseline.
1977-
For the purposes of finding a baseline,
1978-
in-flow boxes with a scrolling mechanisms (see the 'overflow' property)
1979-
must be considered as if scrolled to their origin position.
1980-
1981-
<p>
1982-
A block has no block-axis baseline.
1983-
1984-
<dt>''table''
1985-
<dd>
1986-
<p>
1987-
The inline-axis baseline of a table box is the baseline of its first row.
1988-
However, when calculating the baseline of an inline-block,
1989-
table boxes must be skipped.
1990-
1991-
<p>
1992-
The block-axis baseline of a table is undefined.
1993-
</dl>
1994-
</div>
1995-
1961+
<p>
1962+
See <a href="http://www.w3.org/TR/css3-align/#baseline-rules">Baseline Rules</a>
1963+
in [[CSS3-ALIGN]] for more information on baseline alignment.
19961964

19971965

19981966
<h2 id='layout-algorithm'>

0 commit comments

Comments
 (0)