csslint: update user-select

This commit is contained in:
tophf 2017-10-19 19:17:38 +03:00
parent 213da44fcc
commit 2421a7ae99

View File

@ -3798,7 +3798,7 @@ var Properties = module.exports = {
"unicode-range" : "<unicode-range>#",
"unicode-bidi" : "normal | embed | isolate | bidi-override | isolate-override | plaintext",
"user-modify" : "read-only | read-write | write-only",
"user-select" : "none | text | toggle | element | elements | all",
"user-select" : "auto | text | none | contain | all",
//V
"vertical-align" : "auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>",