Skip to content

Commit

Permalink
feat(css): add legacy -webkit-user-select property (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 30, 2024
1 parent 57b11d6 commit 37b9934
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -1686,6 +1686,22 @@
"order": "uniqueOrder",
"status": "nonstandard"
},
"-webkit-user-select": {
"syntax": "auto | text | none | all",
"media": "visual",
"inherited": false,
"animationType": "discrete",
"percentages": "no",
"groups": [
"WebKit Extensions"
],
"initial": "auto",
"appliesto": "allElements",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "nonstandard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/user-select"
},
"accent-color": {
"syntax": "auto | <color>",
"media": "interactive",
Expand Down Expand Up @@ -10550,7 +10566,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/unicode-bidi"
},
"user-select": {
"syntax": "auto | text | none | contain | all",
"syntax": "auto | text | none | all",
"media": "visual",
"inherited": false,
"animationType": "discrete",
Expand Down

0 comments on commit 37b9934

Please sign in to comment.