From bd8485ebdb14de8018bca380abd04199c6fb561a Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Wed, 29 Apr 2026 23:18:00 +0100 Subject: [PATCH] Enable the user-select property (as layout.unimplemented) Signed-off-by: Nico Burns --- style/properties/longhands.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/properties/longhands.toml b/style/properties/longhands.toml index 1b50d63938..eb9f39663b 100644 --- a/style/properties/longhands.toml +++ b/style/properties/longhands.toml @@ -2182,7 +2182,7 @@ affects = "overflow" type = "UserSelect" initial = "computed::UserSelect::Auto" struct = "ui" -engine = "gecko" +servo_pref = "layout.unimplemented" extra_prefixes = ["moz", "webkit"] animation_type = "discrete" spec = "https://drafts.csswg.org/css-ui-4/#propdef-user-select"