Chromium Code Reviews

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

Issue 25687002: Add support for the column-fill property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/css/CSSValueKeywords.in
diff --git a/Source/core/css/CSSValueKeywords.in b/Source/core/css/CSSValueKeywords.in
index abcd39e8ef6dc59de02180e305a8d1b299cbfbf1..45a15b073b3efa1c4d5036405d047c7a14e49461 100644
--- a/Source/core/css/CSSValueKeywords.in
+++ b/Source/core/css/CSSValueKeywords.in
@@ -965,6 +965,9 @@ luminosity
// object-fit
scale-down
+// column-fill
+balance
+
// overflow
-webkit-paged-x
-webkit-paged-y

Powered by Google App Engine