mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Never blockify display: none
This commit is contained in:
parent
2fa4df8ae8
commit
5d2bb99d49
1 changed files with 1 additions and 1 deletions
|
@ -1973,7 +1973,7 @@ pub fn apply_declarations<'a, F, I>(viewport_size: Size2D<Au>,
|
|||
% endif
|
||||
|
||||
// Values that are not changed by blockification.
|
||||
T::block | T::flex | T::list_item | T::table => None,
|
||||
T::none | T::block | T::flex | T::list_item | T::table => None,
|
||||
% if product == "gecko":
|
||||
T::contents | T::grid | T::_webkit_box => None,
|
||||
% endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue