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

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: Applied suggested changes. 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 1823b69de75b55ccdc73de13de10b101695e90a7..130ff98b8441fc3fb99614acb0968223feabca1f 100644
--- a/Source/core/css/CSSValueKeywords.in
+++ b/Source/core/css/CSSValueKeywords.in
@@ -976,10 +976,11 @@ pan-x
pan-y
manipulation
-// justify-self
+// justify-items / justify-self
// auto
// stretch
// baseline
+last-baseline
// center
// start
// end
@@ -991,6 +992,7 @@ self-end
// right
true
safe
+legacy
// scroll-behavior
instant

Powered by Google App Engine
This is Rietveld 408576698