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

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: 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..61d0b751d756c9d9e4d7e7e8b20a0612b1519f32 100644
--- a/Source/core/css/CSSValueKeywords.in
+++ b/Source/core/css/CSSValueKeywords.in
@@ -976,7 +976,7 @@ pan-x
pan-y
manipulation
-// justify-self
+// justify-items / justify-self
// auto
// stretch
// baseline
@@ -991,6 +991,7 @@ self-end
// right
true
safe
+legacy
// scroll-behavior
instant

Powered by Google App Engine
This is Rietveld 408576698