mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Combine DOM-related concepts in Layout 2020 into dom.rs
This commit is contained in:
parent
ab4bd2a133
commit
72b5fcd0b6
24 changed files with 257 additions and 344 deletions
|
@ -11,10 +11,9 @@ extern crate serde;
|
|||
|
||||
mod cell;
|
||||
pub mod context;
|
||||
pub mod data;
|
||||
pub mod display_list;
|
||||
pub mod dom;
|
||||
mod dom_traversal;
|
||||
pub mod element_data;
|
||||
mod flexbox;
|
||||
pub mod flow;
|
||||
mod formatting_contexts;
|
||||
|
@ -24,14 +23,12 @@ pub mod geom;
|
|||
#[macro_use]
|
||||
pub mod layout_debug;
|
||||
mod lists;
|
||||
mod opaque_node;
|
||||
mod positioned;
|
||||
pub mod query;
|
||||
mod replaced;
|
||||
mod sizing;
|
||||
mod style_ext;
|
||||
pub mod traversal;
|
||||
pub mod wrapper;
|
||||
|
||||
pub use flow::{BoxTree, FragmentTree};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue