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

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

Issue 1070143002: [Alignment] Single class for holding the alignment data. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Using the StyleConverter. Created 5 years, 8 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 810c1a62c66e43aac8ac7bf620236d9f3280331c..bce84d1542a96cd49d4b0ec516f687fa454a5c85 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -99,10 +99,10 @@ font-weight animatable, inherited, font, type_name=FontWeight, name_for_methods=
text-rendering inherited, font, type_name=TextRenderingMode
zoom custom_all
-align-content custom_all
-align-items custom_all
+align-content converter=convertContentAlignmentData
+align-items converter=convertSelfAlignmentData
alignment-baseline svg
-align-self custom_all
+align-self converter=convertSelfAlignmentData
backface-visibility
background-attachment custom_all
background-blend-mode custom_all
@@ -187,9 +187,9 @@ grid-template-rows runtime_flag=CSSGridLayout, custom_all
height animatable, initial=initialSize, converter=convertLengthSizing
image-rendering inherited
isolation runtime_flag=CSSCompositing
-justify-content custom_all
-justify-items runtime_flag=CSSGridLayout, custom_all
-justify-self runtime_flag=CSSGridLayout, custom_all
+justify-content converter=convertContentAlignmentData
+justify-items runtime_flag=CSSGridLayout, converter=convertSelfAlignmentData
+justify-self runtime_flag=CSSGridLayout, converter=convertSelfAlignmentData
left animatable, initial=initialOffset, converter=convertLengthOrAuto
letter-spacing animatable, inherited, initial=initialLetterWordSpacing, converter=convertSpacing
lighting-color animatable, svg, converter=convertSVGColor

Powered by Google App Engine
This is Rietveld 408576698