mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add Multicolumn support block fragmentation.
This commit is contained in:
parent
359b984348
commit
5498b54347
10 changed files with 373 additions and 51 deletions
|
@ -272,7 +272,7 @@ pub enum MarginCollapseState {
|
|||
}
|
||||
|
||||
/// Intrinsic inline-sizes, which consist of minimum and preferred.
|
||||
#[derive(RustcEncodable)]
|
||||
#[derive(RustcEncodable, Copy, Clone)]
|
||||
pub struct IntrinsicISizes {
|
||||
/// The *minimum inline-size* of the content.
|
||||
pub minimum_inline_size: Au,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue