From 5a2ba9661b2f49bf28149130e0f09306d2a80df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Fri, 19 Oct 2018 01:23:35 +0200 Subject: [PATCH] style: Re-enable the rule that was accidentally disabled by a typo in the CSS parser. In #21946 I commented out this rule because before that patch we were accidentally ignoring it because of a typo in the CSS parser, since that PR didn't intend to change behavior. This PR does though, and re-enables the rule. --- resources/servo.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/resources/servo.css b/resources/servo.css index 723be706a27..bc8d4f1223a 100644 --- a/resources/servo.css +++ b/resources/servo.css @@ -260,16 +260,10 @@ svg > * { margin: 0; } -/* The outer fragment wrapper of an inline absolute hypothetical fragment. - * - * FIXME(emilio): This was disabled because of a typo in the CSS parser, - * re-enable or figure out why it's not needed. - +/* The outer fragment wrapper of an inline absolute hypothetical fragment. */ *|*::-servo-inline-absolute { clip: auto; border: none; padding: 0; margin: 0; } - -*/