mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Use Servo-specific pseudo element for InlineBlock fragment
This commit is contained in:
parent
54e2b7b2d5
commit
836e554c30
5 changed files with 24 additions and 15 deletions
|
@ -398,7 +398,8 @@ impl Stylist {
|
|||
PseudoElement::ServoAnonymousTableCell |
|
||||
PseudoElement::ServoAnonymousTableRow |
|
||||
PseudoElement::ServoAnonymousTableWrapper |
|
||||
PseudoElement::ServoTableWrapper => true,
|
||||
PseudoElement::ServoTableWrapper |
|
||||
PseudoElement::ServoInlineBlockWrapper => true,
|
||||
PseudoElement::Before |
|
||||
PseudoElement::After |
|
||||
PseudoElement::Selection |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue