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

Unified Diff: Source/core/css/CSSProperties.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: Using a custom CSSValue to simplify parsing and style building. 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/CSSProperties.in
diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
index 20e15733f0862ebdcd3d63e111fc8b5019586d94..abfa10b7dc586cc89a2078f80e21108bf6206f66 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -188,7 +188,7 @@ grid-template-rows runtime_flag=CSSGridLayout, custom_all
height animatable, initial=initialSize, converter=convertLengthSizing
image-rendering inherited
isolation runtime_flag=CSSCompositing
-justify-content
+justify-content custom_all
justify-items runtime_flag=CSSGridLayout, custom_all
justify-self runtime_flag=CSSGridLayout, custom_all
left animatable, initial=initialOffset, converter=convertLengthOrAuto

Powered by Google App Engine
This is Rietveld 408576698