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

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

Issue 636993002: [CSS Grid Layout] Upgrade justify-content parsing to CSS3 Box Alignment spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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: Source/core/css/CSSValueKeywords.in
diff --git a/Source/core/css/CSSValueKeywords.in b/Source/core/css/CSSValueKeywords.in
index a3753d835e0cb6b50ca1df6bfa7d8686d7a9e119..9feea78575d1ff14e5e048bc4a2435c1f3473af5 100644
--- a/Source/core/css/CSSValueKeywords.in
+++ b/Source/core/css/CSSValueKeywords.in
@@ -502,11 +502,14 @@ single
multiple
// align-content
+// start
+// end
flex-start
flex-end
// center
space-between
space-around
+space-evenly
// stretch
// align-items / align-self
@@ -517,11 +520,16 @@ space-around
// stretch
// justify-content
+// start
+// end
// flex-start
// flex-end
// center
// space-between
// space-around
+// space-evenly
+// stretch
+
// flex-flow
row

Powered by Google App Engine
This is Rietveld 408576698