We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
user-select
1 parent f306a55 commit 3c464adCopy full SHA for 3c464ad
src/css/Properties.js
@@ -460,7 +460,7 @@ var Properties = module.exports = {
460
// U
461
"unicode-bidi" : "normal | embed | isolate | bidi-override | isolate-override | plaintext",
462
"user-modify" : "read-only | read-write | write-only",
463
- "user-select" : "none | text | toggle | element | elements | all",
+ "user-select" : "none | auto | text | all | contain | element | elements | toggle",
464
465
// V
466
"vertical-align" : "auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>",
0 commit comments