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

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.in

Issue 2662573002: [css-align] Implement place-content alignment shorthand (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/Source/core/css/CSSProperties.in
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
index aed5abc6f3cda23da6a2a3365656bf13eafacb09..aa198867aa2630270469859661ae125edd6e9ddb 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -573,6 +573,7 @@ padding longhands=padding-top;padding-right;padding-bottom;padding-left
page-break-after longhands=break-after
page-break-before longhands=break-before
page-break-inside longhands=break-inside
+place-content runtime_flag=CSSGridLayout, longhands=align-content;justify-content
Timothy Loh 2017/02/06 23:15:14 This is a JSON file now btw, needs some rebasing.
jfernandez 2017/02/10 00:31:20 Acknowledged.
transition longhands=transition-property;transition-duration;transition-timing-function;transition-delay
-webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-style;-webkit-border-after-color
-webkit-border-before longhands=-webkit-border-before-width;-webkit-border-before-style;-webkit-border-before-color

Powered by Google App Engine
This is Rietveld 408576698