mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Add MulticolFlow and use it for multicol elements.
It currently "inherits" from BlockFlow and does not override anything.
This commit is contained in:
parent
f30cd4f377
commit
cc4749373a
6 changed files with 130 additions and 3 deletions
|
@ -78,6 +78,7 @@ pub mod incremental;
|
|||
pub mod inline;
|
||||
pub mod list_item;
|
||||
pub mod model;
|
||||
pub mod multicol;
|
||||
pub mod opaque_node;
|
||||
pub mod parallel;
|
||||
pub mod sequential;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue