mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Disable incremental reflow for multicol and their descendants.
Fragmentation with dynamic updates is hard.
This commit is contained in:
parent
357463864b
commit
da2b4ab381
6 changed files with 41 additions and 1 deletions
|
@ -144,6 +144,9 @@ bitflags! {
|
|||
#[doc = "Specifies whether this node is focusable and whether it is supposed \
|
||||
to be reachable with using sequential focus navigation."]
|
||||
const SEQUENTIALLY_FOCUSABLE = 0x20,
|
||||
|
||||
/// Whether any ancestor is a fragmentation container
|
||||
const IN_FRAGMENTATION_CONTAINER = 0x40
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue