mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
style: Replace Gecko's hacky EXPERIMENTAL set with the same mechanism as servo.
We can remove the PREF_foo bits in a bit.
This commit is contained in:
parent
187d28c732
commit
2bd91d21d7
5 changed files with 19 additions and 27 deletions
|
@ -912,6 +912,7 @@ ${helpers.predefined_type(
|
|||
<%helpers:longhand name="touch-action"
|
||||
products="gecko"
|
||||
animation_value_type="discrete"
|
||||
gecko_pref="layout.css.touch_action.enabled"
|
||||
spec="https://compat.spec.whatwg.org/#touch-action">
|
||||
use gecko_bindings::structs;
|
||||
use std::fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue