1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00

Issue #2106 - Follow-up: Additional Un-prefixing

This commit is contained in:
Andy
2025-07-07 10:43:13 -07:00
committed by roytam1
parent f1f8c53ed6
commit 1a5b3dcae6
52 changed files with 152 additions and 152 deletions
+26 -26
View File
@@ -1543,30 +1543,6 @@ exports.CSS_PROPERTIES = {
"write-only"
]
},
"-moz-user-select": {
"isInherited": false,
"subproperties": [
"-moz-user-select"
],
"supports": [],
"values": [
"-moz-all",
"-moz-none",
"-moz-text",
"all",
"auto",
"element",
"elements",
"inherit",
"initial",
"none",
"revert",
"text",
"toggle",
"tri-state",
"unset"
]
},
"-moz-window-dragging": {
"isInherited": false,
"subproperties": [
@@ -2993,7 +2969,7 @@ exports.CSS_PROPERTIES = {
"-webkit-user-select": {
"isInherited": false,
"subproperties": [
"-moz-user-select"
"user-select"
],
"supports": [],
"values": [
@@ -3391,7 +3367,7 @@ exports.CSS_PROPERTIES = {
"-moz-user-focus",
"-moz-user-input",
"-moz-user-modify",
"-moz-user-select",
"user-select",
"vector-effect",
"vertical-align",
"visibility",
@@ -10084,6 +10060,30 @@ exports.CSS_PROPERTIES = {
"unset"
]
},
"user-select": {
"isInherited": false,
"subproperties": [
"user-select"
],
"supports": [],
"values": [
"-moz-all",
"-moz-none",
"-moz-text",
"all",
"auto",
"element",
"elements",
"inherit",
"initial",
"none",
"revert",
"text",
"toggle",
"tri-state",
"unset"
]
},
"vector-effect": {
"isInherited": false,
"subproperties": [