mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Adjust display value for ::-moz-fieldset-content when parent is flex/grid.
This commit is contained in:
parent
d746abaa9e
commit
bae59d4520
4 changed files with 44 additions and 4 deletions
|
@ -2668,6 +2668,9 @@ bitflags! {
|
|||
/// is used by Gecko to prevent display:contents on generated
|
||||
/// content.
|
||||
const PROHIBIT_DISPLAY_CONTENTS = 0x10,
|
||||
|
||||
/// Whether we're styling the ::-moz-fieldset-content anonymous box.
|
||||
const IS_FIELDSET_CONTENT = 0x20,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue