mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
layout: Fix the pseudo for anonymous tables (#31578)
Anonymous tables should not use legacy pseudos, as the legacy layout engine had them inherit lots of random properites that lead to bad layout in the new layout engine. Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
a5a0e1cb3c
commit
49ae9bb442
18 changed files with 19 additions and 51 deletions
|
@ -230,6 +230,10 @@ svg > * {
|
|||
overflow: visible;
|
||||
}
|
||||
|
||||
*|*::-servo-anonymous-table {
|
||||
display: table;
|
||||
}
|
||||
|
||||
*|*::-servo-anonymous-table-row {
|
||||
display: table-row;
|
||||
position: static;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue