From 2a500eadd3f6e1c12ae974fa8812a39517831908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 11 Jul 2019 23:06:59 +0000 Subject: [PATCH] style: scroll-margin properties shouldn't apply to first-line / first-letter. From https://drafts.csswg.org/css-scroll-snap-1/#placement: > None of the properties in this module apply to the ::first-line and > ::first-letter pseudo-elements. Differential Revision: https://phabricator.services.mozilla.com/D37719 --- components/style/properties/longhands/margin.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/properties/longhands/margin.mako.rs b/components/style/properties/longhands/margin.mako.rs index c3289c34b7c..effd355dffc 100644 --- a/components/style/properties/longhands/margin.mako.rs +++ b/components/style/properties/longhands/margin.mako.rs @@ -38,7 +38,6 @@ logical=side[1], logical_group="scroll-margin", spec="https://drafts.csswg.org/css-scroll-snap-1/#propdef-scroll-margin-%s" % side[0], - flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE", animation_value_type="ComputedValue", )} % endfor