Skip to content

Commit 3c464ad

Browse files
authored
Adjust user-select properties vlue.
Since there is no `auto`, I added the following as a reference. https://developer.mozilla.org/ja/docs/Web/CSS/user-select
1 parent f306a55 commit 3c464ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/Properties.js

Lines changed: 1 addition & 1 deletion
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" : "none | auto | text | all | contain | element | elements | toggle",
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)