+
3.1 The Inline Size of Columns: the column-width property |
column-width-001 |
|
Script |
CSS Animations: column-width animations respond to style changes
|
column-width-interpolation |
|
Script |
column-width interpolation
- column-width supports animation by computed value type
|
multicol-width-invalid-001 |
= |
AhemInvalid |
invalid column-width
- This test checks that 'column-width: bzzt' is invalid (generating a parsing error) and therefore will be ignored.
|
multicol-width-large-001 |
= |
Ahem |
large column-width
- This test checks that a set 'column-width' may be wider (to fill the available space). In this test, the actual column-width will be increased to 12em.
|
multicol-width-large-002 |
= |
Ahem |
large column-width
- This test checks that a set 'column-width' equal in width to the whole available space of the multi-column will use it all for its column box.
|
multicol-width-negative-001 |
= |
AhemInvalid |
negative column-width
- This test checks that a set 'column-width' can not be negative.
|