From b30b79a93af92d5a67215a85f14038f64ffef4fb Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Thu, 14 Mar 2024 12:53:27 +0100 Subject: [PATCH] Cleanup UA styles for anonymous table rows and cells (#31661) These properties were being set to their initial value, this wasn't needed because they are non-inherited properties and there isn't anything else setting them. --- resources/servo.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/resources/servo.css b/resources/servo.css index 82b669af633..4d32867e0ff 100644 --- a/resources/servo.css +++ b/resources/servo.css @@ -236,18 +236,10 @@ svg > * { *|*::-servo-anonymous-table-row { display: table-row; - position: static; - border: none; - counter-increment: none; - overflow: visible; } *|*::-servo-anonymous-table-cell { display: table-cell; - position: static; - border: none; - counter-increment: none; - overflow: visible; } *|*::-servo-legacy-anonymous-block {