servo/components/style/properties
Patrick Walton 3029fbab92 layout: Implement basic lists and the CSS1 list properties.
The exact rendering is ill-spec'd. Some things are ugly (especially the
width and height of list style images) but they are infrequently used
and I believe this implementation matches the spec. Numeric lists are
not supported yet, since they will require a separate layout pass.

The implementation is a subclass of `BlockFlow`, on advice from Robert
O'Callahan.
2014-12-15 16:25:06 -08:00
..
common_types.rs Add support for the 'rem' css unit 2014-12-11 16:29:03 -05:00
mod.rs.mako layout: Implement basic lists and the CSS1 list properties. 2014-12-15 16:25:06 -08:00