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

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

Issue 333423005: [CSS Grid Layout] Implement 'justify-items' parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch rebased. Created 6 years, 6 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 a1a1f43a0446fb0942836f5f67234993491b4d15..acd3a32dfa17cbcf1eeb634b45c3f8f7d666a778 100644
--- a/Source/core/css/CSSValueKeywords.in
+++ b/Source/core/css/CSSValueKeywords.in
@@ -966,10 +966,11 @@ pan-x
pan-y
manipulation
-// justify-self
+// justify-items / justify-self
// auto
// stretch
// baseline
+last-baseline
// center
// start
// end
@@ -981,6 +982,7 @@ self-end
// right
true
safe
+legacy
// scroll-behavior
instant

Powered by Google App Engine
This is Rietveld 408576698