mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-25 16:59:01 +09:00
Issue #2106 - Follow-up: Additional Un-prefixing
This commit is contained in:
parent
f1f8c53ed6
commit
1a5b3dcae6
52 changed files with 152 additions and 152 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue