265 Layout Properties
list-item
run-in
table
table-caption
table-cell
table-column
table-column-group
table-footer-group
table-header-group
table-row
table-row-group
list-item makes the element generate a principal block
box and a list-item inline box for the list marker.
A value of run-in makes the element generate either a
block box or an inline box, depending on the context. If
the run-in box doesn??™t contain a block box, and is followed
by a sibling block box (except a table caption) in the
normal flow that isn??™t, and doesn??™t contain, a run-in box,
the run-in box becomes the first inline box of the sibling
block box. Otherwise, the run-in box becomes a block
box.
table makes the element behave like a table.
table-caption makes the element behave like a table
caption.
table-cell makes the element behave like a table cell.
table-column makes the element behave like a table
column.
table-column-group makes the element behave like a
table column group.
table-footer-group makes the element behave like a
table footer row group.
Pages:
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405