mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
layout: Treat flex flows as individual formatting contexts per spec.
This commit is contained in:
parent
b809aae74b
commit
b659753555
1 changed files with 2 additions and 1 deletions
|
@ -1457,7 +1457,8 @@ impl BlockFlow {
|
||||||
display::T::table_caption |
|
display::T::table_caption |
|
||||||
display::T::table_row_group |
|
display::T::table_row_group |
|
||||||
display::T::table |
|
display::T::table |
|
||||||
display::T::inline_block => {
|
display::T::inline_block |
|
||||||
|
display::T::flex => {
|
||||||
FormattingContextType::Other
|
FormattingContextType::Other
|
||||||
}
|
}
|
||||||
_ if style.get_box().overflow_x != overflow_x::T::visible ||
|
_ if style.get_box().overflow_x != overflow_x::T::visible ||
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue