Skip to content

Commit 7926f07

Browse files
authored
Merge pull request #232 from k-utsumi/patch-1
Adjust `user-select` properties value.
2 parents e6fe87e + 58a1f58 commit 7926f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/Properties.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ var Properties = module.exports = {
460460
// U
461461
"unicode-bidi" : "normal | embed | isolate | bidi-override | isolate-override | plaintext",
462462
"user-modify" : "read-only | read-write | write-only",
463-
"user-select" : "none | text | toggle | element | elements | all",
463+
"user-select" : "auto | text | none | contain | all",
464464

465465
// V
466466
"vertical-align" : "auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>",

0 commit comments

Comments
 (0)