Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2025-07-08 10:02:11 +08:00
commit fbb39ce322
65 changed files with 188 additions and 193 deletions

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": [
@ -3002,6 +2978,7 @@ exports.CSS_PROPERTIES = {
"-moz-text",
"all",
"auto",
"contain",
"element",
"elements",
"inherit",
@ -3391,7 +3368,7 @@ exports.CSS_PROPERTIES = {
"-moz-user-focus",
"-moz-user-input",
"-moz-user-modify",
"-moz-user-select",
"user-select",
"vector-effect",
"vertical-align",
"visibility",
@ -9290,7 +9267,7 @@ exports.CSS_PROPERTIES = {
]
},
"scrollbar-width": {
"isInherited": true,
"isInherited": false,
"subproperties": [
"scrollbar-width"
],
@ -10084,6 +10061,31 @@ exports.CSS_PROPERTIES = {
"unset"
]
},
"user-select": {
"isInherited": false,
"subproperties": [
"user-select"
],
"supports": [],
"values": [
"-moz-all",
"-moz-none",
"-moz-text",
"all",
"auto",
"contain",
"element",
"elements",
"inherit",
"initial",
"none",
"revert",
"text",
"toggle",
"tri-state",
"unset"
]
},
"vector-effect": {
"isInherited": false,
"subproperties": [