mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
contain: paint
should update overflow and display properties
This commit is contained in:
parent
aa077ed40a
commit
fe47726b7c
2 changed files with 34 additions and 3 deletions
|
@ -2076,7 +2076,7 @@ ${helpers.single_keyword("transform-style",
|
|||
}
|
||||
</%helpers:longhand>
|
||||
|
||||
<%helpers:longhand name="contain" animation_type="none" products="none"
|
||||
<%helpers:longhand name="contain" animation_type="none" products="none" need_clone="True"
|
||||
spec="https://drafts.csswg.org/css-contain/#contain-property">
|
||||
use std::fmt;
|
||||
use style_traits::ToCss;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue