mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +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
|
|
@ -2237,7 +2237,7 @@ var gCSSProperties = {
|
|||
other_values: [ "read-write", "write-only" ],
|
||||
invalid_values: []
|
||||
},
|
||||
"-moz-user-select": {
|
||||
"user-select": {
|
||||
domProp: "MozUserSelect",
|
||||
inherited: false,
|
||||
type: CSS_TYPE_LONGHAND,
|
||||
|
|
@ -7885,8 +7885,8 @@ if (IsCSSPropertyPrefEnabled("layout.css.prefixes.webkit")) {
|
|||
domProp: "webkitUserSelect",
|
||||
inherited: false,
|
||||
type: CSS_TYPE_SHORTHAND_AND_LONGHAND,
|
||||
alias_for: "-moz-user-select",
|
||||
subproperties: [ "-moz-user-select" ],
|
||||
alias_for: "user-select",
|
||||
subproperties: [ "user-select" ],
|
||||
};
|
||||
|
||||
if (SupportsMaskShorthand()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue