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

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: Rebased and got back previous setter names. 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
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/ComputedStyleCSSValueMapping.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSProperties.in
diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
index dc054fc14b08fdc422a0b264e1db244a0a087501..384bdf5b2602c87e02551ec3b1f711c505ac67fc 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -100,10 +100,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 initial=initialContentAlignment, converter=convertContentAlignmentData
+align-items initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignmentData
alignment-baseline svg
-align-self custom_all
+align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignmentData
animation-delay custom_all
animation-direction custom_all
animation-duration custom_all
@@ -196,9 +196,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 initial=initialContentAlignment, converter=convertContentAlignmentData
+justify-items runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignmentData
+justify-self runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignmentData
left animatable, initial=initialOffset, converter=convertLengthOrAuto
letter-spacing animatable, inherited, initial=initialLetterWordSpacing, converter=convertSpacing
lighting-color animatable, svg, converter=convertSVGColor
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/ComputedStyleCSSValueMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698