Create FlexFlow's for 'display: flex' nodes.

This commit doesn't implement any flexbox behavior at all.
It just constructs FlexFlow's, which act just like the BlockFlow from
which they "inherit."
This commit is contained in:
Kyle Zentner 2015-07-17 20:45:42 -07:00 committed by Patrick Walton
parent 45b7ee9bdb
commit 0488a36862
6 changed files with 286 additions and 1 deletions

View file

@ -72,6 +72,7 @@ pub mod construct;
pub mod context;
pub mod data;
pub mod display_list_builder;
pub mod flex;
pub mod floats;
pub mod flow;
pub mod flow_list;