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

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

Issue 1497403002: [css-align] Overflow alignment value 'true' renamed to 'unsafe' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/CSSValueKeywords.in
diff --git a/third_party/WebKit/Source/core/css/CSSValueKeywords.in b/third_party/WebKit/Source/core/css/CSSValueKeywords.in
index 8d673ee2d1bbebb0385b463f2adc3cb512533e6c..0cb1284299cfd8e052cf969bc4f8f9e839e785b2 100644
--- a/third_party/WebKit/Source/core/css/CSSValueKeywords.in
+++ b/third_party/WebKit/Source/core/css/CSSValueKeywords.in
@@ -487,6 +487,8 @@ space-between
space-around
space-evenly
// stretch
+unsafe
Timothy Loh 2015/12/07 05:56:13 Probably shouldn't list values multiple times in t
+safe
// align-items / align-self
// flex-start
@@ -505,6 +507,8 @@ space-evenly
// space-around
// space-evenly
// stretch
+// unsafe
Timothy Loh 2015/12/07 05:56:13 BTW I wouldn't bother adding these commented out l
+// safe
// flex-flow
@@ -939,7 +943,7 @@ self-end
// flex-end
// left
// right
-true
+unsafe
safe
legacy

Powered by Google App Engine
This is Rietveld 408576698