From f59f7d29a60602bd63da2d4b2d9f406e6d92697a Mon Sep 17 00:00:00 2001 From: Xiaocheng Hu <xiaochengh.work@gmail.com> Date: Fri, 7 Feb 2025 20:48:41 +0800 Subject: [PATCH] Enable quotes property Signed-off-by: Xiaocheng Hu <xiaochengh.work@gmail.com> --- style/properties/longhands/list.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/style/properties/longhands/list.mako.rs b/style/properties/longhands/list.mako.rs index 83b30b189b..603b3b09d5 100644 --- a/style/properties/longhands/list.mako.rs +++ b/style/properties/longhands/list.mako.rs @@ -69,7 +69,6 @@ ${helpers.predefined_type( "Quotes", "computed::Quotes::get_initial_value()", engines="gecko servo", - servo_pref="layout.legacy_layout", animation_type="discrete", spec="https://drafts.csswg.org/css-content/#propdef-quotes", servo_restyle_damage="rebuild_and_reflow",