aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/properties/data.py
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2018-11-11 17:57:41 +0100
committerEmilio Cobos Álvarez <emilio@crisal.io>2018-11-17 09:55:47 +0100
commit1aa6725f9a15a36cacb4814f089d0dc957e073a8 (patch)
tree944d678558de5c468bc4581325d3447aca4795df /components/style/properties/data.py
parentfcada8a71e3f1608617331bfa1e5e5df75dbc4e1 (diff)
downloadservo-1aa6725f9a15a36cacb4814f089d0dc957e073a8.tar.gz
servo-1aa6725f9a15a36cacb4814f089d0dc957e073a8.zip
style: Move user-select outside of mako.
This is the first step to unprefix user-select. This has no behavior change, it's just a nicer way to do the same thing which allows us to unship individual values more easily using parse(condition). Differential Revision: https://phabricator.services.mozilla.com/D11580
Diffstat (limited to 'components/style/properties/data.py')
-rw-r--r--components/style/properties/data.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/properties/data.py b/components/style/properties/data.py
index 10f64484693..97e2f7f0d84 100644
--- a/components/style/properties/data.py
+++ b/components/style/properties/data.py
@@ -336,6 +336,7 @@ class Longhand(object):
"TextEmphasisPosition",
"TouchAction",
"TransformStyle",
+ "UserSelect",
"XSpan",
"XTextZoom",
"ZIndex",