Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.in

Issue 2246293003: Unprefix CSS user-select property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/CSSProperties.in
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
index 6dc3b0d7b0b6b43561def83d8d0d8071dd585bd5..6c7f8781fb1d424e686ce5fe5ae95c5dc596da9e 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -405,7 +405,7 @@ column-width interpolable, converter=convertComputedLength<float>, custom_all
-webkit-transform-origin-z interpolable, converter=convertComputedLength<float>
-webkit-user-drag
-webkit-user-modify inherited
--webkit-user-select inherited
+user-select inherited
white-space inherited
widows interpolable, inherited, type_name=short
width interpolable, initial=initialSize, converter=convertLengthSizing, typedom_types=[Length], keywords=[auto], supports_percentage
@@ -587,3 +587,4 @@ columns longhands=column-width;column-count
-webkit-transition-duration alias_for=transition-duration
-webkit-transition-property alias_for=transition-property
-webkit-transition-timing-function alias_for=transition-timing-function
+-webkit-user-select alias_for=user-select

Powered by Google App Engine
This is Rietveld 408576698