No subject


Wed Aug 1 07:28:53 PDT 2012


CSS 2.1 did not define the baseline of block or table boxes. It is expected=
 that they will be defined consistent with those of table cells, as follows:

=E2=80=98block=E2=80=99
=E2=80=98list-item=E2=80=99
The inline-axis baseline of a block is the baseline of the first in-flow li=
ne box in the block, or the first in-flow block-level child in the block th=
at has a baseline, whichever comes first. If there is no such line box or c=
hild, then the block has no baseline. For the purposes of finding a baselin=
e, in-flow boxes with a scrolling mechanisms (see the =E2=80=98overflow=E2=
=80=99 property) must be considered as if scrolled to their origin position.

A block has no block-axis baseline.

=E2=80=98table=E2=80=99
The inline-axis baseline of a table box is the baseline of its first row. H=
owever, when calculating the baseline of an inline-block, table boxes must =
be skipped.

The block-axis baseline of a table is undefined.

--=20
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the assignee for the bug.=


More information about the webkit-unassigned mailing list