Module layout_2013::table_wrapper
source ยท Expand description
CSS tables.
This follows the โMore Precise Definitions of Inline Layout and Table Layoutโ proposal written by L. David Baron (Mozilla) here:
http://dbaron.org/css/intrinsic/
Hereafter this document is referred to as INTRINSIC.
Structsยง
- AbsoluteTable ๐
- The layout โguessesโ defined in INTRINSIC ยง 4.3.
- FloatedTable ๐
- An intermediate column size assignment.
- Table ๐
- A table wrapper flow based on a block formatting context.
Enumsยง
- The
CSSFloat
member specifies the weight of the smaller of the two guesses, on a scale from 0.0 to 1.0.