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

Side by Side Diff: Source/core/css/CSSProperties.in

Issue 15758002: Unprefix Flexbox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // FIXME: When we have all the properties using the new StyleBuilder, we 1 // FIXME: When we have all the properties using the new StyleBuilder, we
2 // should use this for make_css_property_names.py 2 // should use this for make_css_property_names.py
3 // Note: Mandatory blank line to skip parameter parsing phase 3 // Note: Mandatory blank line to skip parameter parsing phase
4 4
5 align-content
6 align-items
7 align-self type_name=EAlignItems
5 background-attachment custom_all 8 background-attachment custom_all
6 background-blend-mode custom_all 9 background-blend-mode custom_all
7 background-clip custom_all 10 background-clip custom_all
8 background-color custom_all 11 background-color custom_all
9 background-image custom_all 12 background-image custom_all
10 background-origin custom_all 13 background-origin custom_all
11 background-position-x custom_all 14 background-position-x custom_all
12 background-position-y custom_all 15 background-position-y custom_all
13 background-repeat-x custom_all 16 background-repeat-x custom_all
14 background-repeat-y custom_all 17 background-repeat-y custom_all
15 background-size custom_all 18 background-size custom_all
16 border-bottom-color custom_all 19 border-bottom-color custom_all
17 border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle 20 border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle
18 border-collapse 21 border-collapse
19 border-left-color custom_all 22 border-left-color custom_all
20 border-left-style type_name=EBorderStyle, initial=initialBorderStyle 23 border-left-style type_name=EBorderStyle, initial=initialBorderStyle
21 border-right-color custom_all 24 border-right-color custom_all
22 border-right-style type_name=EBorderStyle, initial=initialBorderStyle 25 border-right-style type_name=EBorderStyle, initial=initialBorderStyle
23 border-top-color custom_all 26 border-top-color custom_all
24 border-top-style type_name=EBorderStyle, initial=initialBorderStyle 27 border-top-style type_name=EBorderStyle, initial=initialBorderStyle
25 bottom apply_type=length, initial=initialOffset, use_auto 28 bottom apply_type=length, initial=initialOffset, use_auto
26 box-sizing 29 box-sizing
27 caption-side 30 caption-side
28 clear 31 clear
29 color custom_all 32 color custom_all
30 empty-cells type_name=EEmptyCell 33 empty-cells type_name=EEmptyCell
34 flex-basis apply_type=length, use_auto
35 flex-direction
36 flex-grow type_name=float
37 flex-shrink type_name=float
38 flex-wrap
31 float type_name=EFloat, name_for_methods=Floating 39 float type_name=EFloat, name_for_methods=Floating
32 grid-auto-flow type_name=GridAutoFlow 40 grid-auto-flow type_name=GridAutoFlow
33 height apply_type=length, initial=initialSize, use_auto, use_intrinsic 41 height apply_type=length, initial=initialSize, use_auto, use_intrinsic
42 justify-content
34 image-rendering 43 image-rendering
35 left apply_type=length, initial=initialOffset, use_auto 44 left apply_type=length, initial=initialOffset, use_auto
36 list-style-position 45 list-style-position
37 list-style-type 46 list-style-type
38 margin-bottom apply_type=length, initial=initialMargin, use_auto 47 margin-bottom apply_type=length, initial=initialMargin, use_auto
39 margin-left apply_type=length, initial=initialMargin, use_auto 48 margin-left apply_type=length, initial=initialMargin, use_auto
40 margin-right apply_type=length, initial=initialMargin, use_auto 49 margin-right apply_type=length, initial=initialMargin, use_auto
41 margin-top apply_type=length, initial=initialMargin, use_auto 50 margin-top apply_type=length, initial=initialMargin, use_auto
42 max-height apply_type=length, initial=initialMaxSize, use_auto, use_intrinsic, u se_none 51 max-height apply_type=length, initial=initialMaxSize, use_auto, use_intrinsic, u se_none
43 max-width apply_type=length, initial=initialMaxSize, use_auto, use_intrinsic, us e_none 52 max-width apply_type=length, initial=initialMaxSize, use_auto, use_intrinsic, us e_none
44 min-height apply_type=length, initial=initialMinSize, use_auto, use_intrinsic, u se_none 53 min-height apply_type=length, initial=initialMinSize, use_auto, use_intrinsic, u se_none
45 min-width apply_type=length, initial=initialMinSize, use_auto, use_intrinsic 54 min-width apply_type=length, initial=initialMinSize, use_auto, use_intrinsic
46 mix-blend-mode type_name=BlendMode, name_for_methods=BlendMode 55 mix-blend-mode type_name=BlendMode, name_for_methods=BlendMode
47 opacity type_name=float 56 opacity type_name=float
57 order type_name=int
48 orphans type_name=short, custom_all 58 orphans type_name=short, custom_all
49 outline-color custom_all 59 outline-color custom_all
50 overflow-wrap 60 overflow-wrap
51 overflow-x type_name=EOverflow 61 overflow-x type_name=EOverflow
52 overflow-y type_name=EOverflow 62 overflow-y type_name=EOverflow
53 padding-bottom apply_type=length, initial=initialPadding 63 padding-bottom apply_type=length, initial=initialPadding
54 padding-left apply_type=length, initial=initialPadding 64 padding-left apply_type=length, initial=initialPadding
55 padding-right apply_type=length, initial=initialPadding 65 padding-right apply_type=length, initial=initialPadding
56 padding-top apply_type=length, initial=initialPadding 66 padding-top apply_type=length, initial=initialPadding
57 page-break-after type_name=EPageBreak, initial=initialPageBreak 67 page-break-after type_name=EPageBreak, initial=initialPageBreak
(...skipping 15 matching lines...) Expand all
73 visibility 83 visibility
74 white-space 84 white-space
75 widows type_name=short, custom_all 85 widows type_name=short, custom_all
76 width apply_type=length, initial=initialSize, use_auto, use_intrinsic 86 width apply_type=length, initial=initialSize, use_auto, use_intrinsic
77 word-break 87 word-break
78 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers. 88 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers.
79 word-wrap name_for_methods=OverflowWrap 89 word-wrap name_for_methods=OverflowWrap
80 zoom custom_all 90 zoom custom_all
81 z-index type_name=int, custom_all 91 z-index type_name=int, custom_all
82 92
83 -webkit-align-content
84 -webkit-align-items
85 -webkit-align-self type_name=EAlignItems
86 -webkit-appearance type_name=ControlPart 93 -webkit-appearance type_name=ControlPart
87 -webkit-backface-visibility 94 -webkit-backface-visibility
88 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip 95 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip
89 -webkit-background-composite custom_all 96 -webkit-background-composite custom_all
90 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin 97 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin
91 -webkit-background-size use_handlers_for=CSSPropertyBackgroundSize 98 -webkit-background-size use_handlers_for=CSSPropertyBackgroundSize
92 -webkit-border-fit 99 -webkit-border-fit
93 -webkit-border-image initial=initialNinePieceImage, custom_value 100 -webkit-border-image initial=initialNinePieceImage, custom_value
94 -webkit-box-align type_name=EBoxAlignment 101 -webkit-box-align type_name=EBoxAlignment
95 -webkit-box-decoration-break 102 -webkit-box-decoration-break
96 -webkit-box-direction 103 -webkit-box-direction
97 -webkit-box-flex-group type_name=unsigned int 104 -webkit-box-flex-group type_name=unsigned int
98 -webkit-box-flex type_name=float 105 -webkit-box-flex type_name=float
99 -webkit-box-lines 106 -webkit-box-lines
100 -webkit-box-ordinal-group type_name=unsigned int 107 -webkit-box-ordinal-group type_name=unsigned int
101 -webkit-box-orient 108 -webkit-box-orient
102 -webkit-box-pack 109 -webkit-box-pack
103 -webkit-column-axis type_name=ColumnAxis 110 -webkit-column-axis type_name=ColumnAxis
104 -webkit-column-break-after type_name=EPageBreak, initial=initialPageBreak 111 -webkit-column-break-after type_name=EPageBreak, initial=initialPageBreak
105 -webkit-column-break-before type_name=EPageBreak, initial=initialPageBreak 112 -webkit-column-break-before type_name=EPageBreak, initial=initialPageBreak
106 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak 113 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak
107 -webkit-column-count type_name=unsigned short, custom_all 114 -webkit-column-count type_name=unsigned short, custom_all
108 -webkit-column-gap type_name=float, custom_all 115 -webkit-column-gap type_name=float, custom_all
109 -webkit-column-progression type_name=ColumnProgression 116 -webkit-column-progression type_name=ColumnProgression
110 -webkit-column-rule-color custom_all 117 -webkit-column-rule-color custom_all
111 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle 118 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle
112 -webkit-column-span type_name=ColumnSpan 119 -webkit-column-span type_name=ColumnSpan
113 -webkit-column-width type_name=float, custom_all 120 -webkit-column-width type_name=float, custom_all
114 -webkit-flex-basis apply_type=length, use_auto
115 -webkit-flex-direction
116 -webkit-flex-grow type_name=float
117 -webkit-flex-shrink type_name=float
118 -webkit-flex-wrap
119 -webkit-flow-from type_name=const AtomicString&, name_for_methods=RegionThread, custom_value 121 -webkit-flow-from type_name=const AtomicString&, name_for_methods=RegionThread, custom_value
120 -webkit-flow-into type_name=const AtomicString&, name_for_methods=FlowThread, cu stom_value 122 -webkit-flow-into type_name=const AtomicString&, name_for_methods=FlowThread, cu stom_value
121 -webkit-highlight type_name=const AtomicString&, custom_value 123 -webkit-highlight type_name=const AtomicString&, custom_value
122 -webkit-hyphenate-character type_name=const AtomicString&, name_for_methods=Hyph enationString, custom_value 124 -webkit-hyphenate-character type_name=const AtomicString&, name_for_methods=Hyph enationString, custom_value
123 -webkit-hyphenate-limit-after type_name=short, name_for_methods=HyphenationLimit After, custom_value 125 -webkit-hyphenate-limit-after type_name=short, name_for_methods=HyphenationLimit After, custom_value
124 -webkit-hyphenate-limit-before type_name=short, name_for_methods=HyphenationLimi tBefore, custom_value 126 -webkit-hyphenate-limit-before type_name=short, name_for_methods=HyphenationLimi tBefore, custom_value
125 -webkit-hyphenate-limit-lines type_name=short, name_for_methods=HyphenationLimit Lines, custom_value 127 -webkit-hyphenate-limit-lines type_name=short, name_for_methods=HyphenationLimit Lines, custom_value
126 -webkit-hyphens type_name=Hyphens 128 -webkit-hyphens type_name=Hyphens
127 -webkit-justify-content
128 -webkit-line-align type_name=LineAlign 129 -webkit-line-align type_name=LineAlign
129 -webkit-line-break type_name=LineBreak 130 -webkit-line-break type_name=LineBreak
130 -webkit-line-clamp type_name=LineClampValue 131 -webkit-line-clamp type_name=LineClampValue
131 -webkit-line-grid type_name=const AtomicString&, custom_value 132 -webkit-line-grid type_name=const AtomicString&, custom_value
132 -webkit-line-snap type_name=LineSnap 133 -webkit-line-snap type_name=LineSnap
133 -webkit-margin-after-collapse type_name=EMarginCollapse 134 -webkit-margin-after-collapse type_name=EMarginCollapse
134 -webkit-margin-before-collapse type_name=EMarginCollapse 135 -webkit-margin-before-collapse type_name=EMarginCollapse
135 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse 136 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse
136 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse 137 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse
137 -webkit-marquee-direction 138 -webkit-marquee-direction
138 -webkit-marquee-increment custom_value 139 -webkit-marquee-increment custom_value
139 -webkit-marquee-repetition type_name=int, name_for_methods=MarqueeLoopCount, cus tom_value 140 -webkit-marquee-repetition type_name=int, name_for_methods=MarqueeLoopCount, cus tom_value
140 -webkit-marquee-style name_for_methods=MarqueeBehavior 141 -webkit-marquee-style name_for_methods=MarqueeBehavior
141 -webkit-mask-box-image initial=initialNinePieceImage, custom_value 142 -webkit-mask-box-image initial=initialNinePieceImage, custom_value
142 -webkit-mask-clip custom_all 143 -webkit-mask-clip custom_all
143 -webkit-mask-composite custom_all 144 -webkit-mask-composite custom_all
144 -webkit-mask-image custom_all 145 -webkit-mask-image custom_all
145 -webkit-mask-origin custom_all 146 -webkit-mask-origin custom_all
146 -webkit-mask-position-x custom_all 147 -webkit-mask-position-x custom_all
147 -webkit-mask-position-y custom_all 148 -webkit-mask-position-y custom_all
148 -webkit-mask-repeat-x custom_all 149 -webkit-mask-repeat-x custom_all
149 -webkit-mask-repeat-y custom_all 150 -webkit-mask-repeat-y custom_all
150 -webkit-mask-size custom_all 151 -webkit-mask-size custom_all
151 -webkit-order type_name=int
152 -webkit-perspective-origin-x apply_type=length 152 -webkit-perspective-origin-x apply_type=length
153 -webkit-perspective-origin-y apply_type=length 153 -webkit-perspective-origin-y apply_type=length
154 -webkit-print-color-adjust type_name=PrintColorAdjust 154 -webkit-print-color-adjust type_name=PrintColorAdjust
155 -webkit-region-break-after type_name=EPageBreak, initial=initialPageBreak 155 -webkit-region-break-after type_name=EPageBreak, initial=initialPageBreak
156 -webkit-region-break-before type_name=EPageBreak, initial=initialPageBreak 156 -webkit-region-break-before type_name=EPageBreak, initial=initialPageBreak
157 -webkit-region-break-inside type_name=EPageBreak, initial=initialPageBreak 157 -webkit-region-break-inside type_name=EPageBreak, initial=initialPageBreak
158 -webkit-region-fragment type_name=RegionFragment 158 -webkit-region-fragment type_name=RegionFragment
159 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering 159 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering
160 -webkit-ruby-position type_name=RubyPosition 160 -webkit-ruby-position type_name=RubyPosition
161 -webkit-shape-margin apply_type=length 161 -webkit-shape-margin apply_type=length
162 -webkit-shape-padding apply_type=length 162 -webkit-shape-padding apply_type=length
163 -webkit-text-align-last type_name=TextAlignLast, condition=CSS3_TEXT 163 -webkit-text-align-last type_name=TextAlignLast, condition=CSS3_TEXT
164 -webkit-text-combine type_name=TextCombine 164 -webkit-text-combine type_name=TextCombine
165 -webkit-text-emphasis-color custom_all 165 -webkit-text-emphasis-color custom_all
166 -webkit-text-emphasis-position type_name=TextEmphasisPosition 166 -webkit-text-emphasis-position type_name=TextEmphasisPosition
167 -webkit-text-fill-color custom_all 167 -webkit-text-fill-color custom_all
168 -webkit-text-security 168 -webkit-text-security
169 -webkit-text-stroke-color custom_all 169 -webkit-text-stroke-color custom_all
170 -webkit-transform-origin-x apply_type=length 170 -webkit-transform-origin-x apply_type=length
171 -webkit-transform-origin-y apply_type=length 171 -webkit-transform-origin-y apply_type=length
172 -webkit-transform-style name_for_methods=TransformStyle3D 172 -webkit-transform-style name_for_methods=TransformStyle3D
173 -webkit-user-drag 173 -webkit-user-drag
174 -webkit-user-modify 174 -webkit-user-modify
175 -webkit-user-select 175 -webkit-user-select
176 -webkit-wrap-flow type_name=WrapFlow 176 -webkit-wrap-flow type_name=WrapFlow
177 -webkit-wrap-through type_name=WrapThrough 177 -webkit-wrap-through type_name=WrapThrough
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698