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

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

Issue 2220253002: [Typed-OM] Add Image typedom_types to properties and enable them to be set with StyleMap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CSSURLImageValue
Patch Set: Rebase Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/Source/build/scripts/make_cssom_types.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // This file specifies all the CSS properties we support and the necessary 1 // This file specifies all the CSS properties we support and the necessary
2 // information for our code generation. The various supported arguments 2 // information for our code generation. The various supported arguments
3 // are described below with example usage 3 // are described below with example usage
4 4
5 5
6 // - alias_for=other-property 6 // - alias_for=other-property
7 // Properties specifying alias_for should be virtually identical to the 7 // Properties specifying alias_for should be virtually identical to the
8 // properties they alias. Minor parsing differences are allowed as long as 8 // properties they alias. Minor parsing differences are allowed as long as
9 // the CSSValues created are of the same format of the aliased property. 9 // the CSSValues created are of the same format of the aliased property.
10 10
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 animation-iteration-count custom_all 131 animation-iteration-count custom_all
132 animation-name custom_all 132 animation-name custom_all
133 animation-play-state custom_all 133 animation-play-state custom_all
134 animation-timing-function custom_all 134 animation-timing-function custom_all
135 backdrop-filter interpolable, converter=convertFilterOperations, runtime_flag=CS SBackdropFilter 135 backdrop-filter interpolable, converter=convertFilterOperations, runtime_flag=CS SBackdropFilter
136 backface-visibility 136 backface-visibility
137 background-attachment custom_all 137 background-attachment custom_all
138 background-blend-mode custom_all 138 background-blend-mode custom_all
139 background-clip custom_all 139 background-clip custom_all
140 background-color interpolable, custom_all 140 background-color interpolable, custom_all
141 background-image interpolable, custom_all 141 background-image interpolable, custom_all, typedom_types=[Image], keywords=[auto ]
142 background-origin custom_all 142 background-origin custom_all
143 background-position-x interpolable, custom_all 143 background-position-x interpolable, custom_all
144 background-position-y interpolable, custom_all 144 background-position-y interpolable, custom_all
145 background-repeat-x custom_all 145 background-repeat-x custom_all
146 background-repeat-y custom_all 146 background-repeat-y custom_all
147 background-size interpolable, custom_all 147 background-size interpolable, custom_all
148 baseline-shift interpolable, svg, custom_inherit, custom_value 148 baseline-shift interpolable, svg, custom_inherit, custom_value
149 border-bottom-color interpolable, custom_all 149 border-bottom-color interpolable, custom_all
150 border-bottom-left-radius interpolable, initial=initialBorderRadius, converter=c onvertRadius 150 border-bottom-left-radius interpolable, initial=initialBorderRadius, converter=c onvertRadius
151 border-bottom-right-radius interpolable, initial=initialBorderRadius, converter= convertRadius 151 border-bottom-right-radius interpolable, initial=initialBorderRadius, converter= convertRadius
152 border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle 152 border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle
153 border-bottom-width interpolable, initial=initialBorderWidth, converter=convertL ineWidth<unsigned> 153 border-bottom-width interpolable, initial=initialBorderWidth, converter=convertL ineWidth<unsigned>
154 border-collapse inherited 154 border-collapse inherited
155 border-image-outset interpolable, custom_all 155 border-image-outset interpolable, custom_all
156 border-image-repeat custom_all 156 border-image-repeat custom_all
157 border-image-slice interpolable, custom_all 157 border-image-slice interpolable, custom_all
158 border-image-source interpolable, custom_value 158 border-image-source interpolable, custom_value, typedom_types=[Image], keywords= [none]
159 border-image-width interpolable, custom_all 159 border-image-width interpolable, custom_all
160 border-left-color interpolable, custom_all 160 border-left-color interpolable, custom_all
161 border-left-style type_name=EBorderStyle, initial=initialBorderStyle 161 border-left-style type_name=EBorderStyle, initial=initialBorderStyle
162 border-left-width interpolable, initial=initialBorderWidth, converter=convertLin eWidth<unsigned> 162 border-left-width interpolable, initial=initialBorderWidth, converter=convertLin eWidth<unsigned>
163 border-right-color interpolable, custom_all 163 border-right-color interpolable, custom_all
164 border-right-style type_name=EBorderStyle, initial=initialBorderStyle 164 border-right-style type_name=EBorderStyle, initial=initialBorderStyle
165 border-right-width interpolable, initial=initialBorderWidth, converter=convertLi neWidth<unsigned> 165 border-right-width interpolable, initial=initialBorderWidth, converter=convertLi neWidth<unsigned>
166 border-top-color interpolable, custom_all 166 border-top-color interpolable, custom_all
167 border-top-left-radius interpolable, initial=initialBorderRadius, converter=conv ertRadius 167 border-top-left-radius interpolable, initial=initialBorderRadius, converter=conv ertRadius
168 border-top-right-radius interpolable, initial=initialBorderRadius, converter=con vertRadius 168 border-top-right-radius interpolable, initial=initialBorderRadius, converter=con vertRadius
169 border-top-style type_name=EBorderStyle, initial=initialBorderStyle 169 border-top-style type_name=EBorderStyle, initial=initialBorderStyle
170 border-top-width interpolable, initial=initialBorderWidth, converter=convertLine Width<unsigned>, typedom_types=[Length], keywords=[thin|medium|thick], supports_ percentage 170 border-top-width interpolable, initial=initialBorderWidth, converter=convertLine Width<unsigned>, typedom_types=[Length], keywords=[thin|medium|thick], supports_ percentage
171 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl e, initial=initialOffset, converter=convertLengthOrAuto 171 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl e, initial=initialOffset, converter=convertLengthOrAuto
172 box-shadow interpolable, converter=convertShadow 172 box-shadow interpolable, converter=convertShadow
173 box-sizing 173 box-sizing
174 break-after type_name=EBreak 174 break-after type_name=EBreak
175 break-before type_name=EBreak 175 break-before type_name=EBreak
176 break-inside type_name=EBreak 176 break-inside type_name=EBreak
177 buffered-rendering svg 177 buffered-rendering svg
178 caption-side inherited 178 caption-side inherited
179 clear 179 clear
180 clip interpolable, converter=convertClip, custom_all 180 clip interpolable, converter=convertClip, custom_all
181 clip-path svg, name_for_methods=ClipperResource, converter=convertFragmentIdenti fier 181 clip-path svg, name_for_methods=ClipperResource, converter=convertFragmentIdenti fier
182 clip-rule inherited, svg, type_name=WindRule 182 clip-rule inherited, svg, type_name=WindRule
183 color-interpolation inherited, svg 183 color-interpolation inherited, svg
184 color-interpolation-filters inherited, svg, type_name=EColorInterpolation 184 color-interpolation-filters inherited, svg, type_name=EColorInterpolation
185 color-rendering inherited, svg 185 color-rendering inherited, svg
186 column-fill type_name=ColumnFill 186 column-fill type_name=ColumnFill
187 contain runtime_flag=CSSContainment, converter=convertFlags<Containment> 187 contain runtime_flag=CSSContainment, converter=convertFlags<Containment>
188 content custom_all 188 content custom_all, typedom_types=[Image], supports_multiple
189 counter-increment custom_all 189 counter-increment custom_all
190 counter-reset custom_all 190 counter-reset custom_all
191 cursor inherited, custom_all 191 cursor inherited, custom_all
192 cx interpolable, svg, converter=convertLength 192 cx interpolable, svg, converter=convertLength
193 cy interpolable, svg, converter=convertLength 193 cy interpolable, svg, converter=convertLength
194 d runtime_flag=CSSPropertyD, interpolable, svg, converter=convertPathOrNone 194 d runtime_flag=CSSPropertyD, interpolable, svg, converter=convertPathOrNone
195 display 195 display
196 dominant-baseline inherited, svg 196 dominant-baseline inherited, svg
197 empty-cells inherited, type_name=EEmptyCells 197 empty-cells inherited, type_name=EEmptyCells
198 fill interpolable, inherited, svg, setter=setFillPaint, custom_all 198 fill interpolable, inherited, svg, setter=setFillPaint, custom_all
(...skipping 25 matching lines...) Expand all
224 image-rendering inherited 224 image-rendering inherited
225 image-orientation runtime_flag=ImageOrientation, inherited, name_for_methods=Res pectImageOrientation, converter=convertImageOrientation 225 image-orientation runtime_flag=ImageOrientation, inherited, name_for_methods=Res pectImageOrientation, converter=convertImageOrientation
226 isolation 226 isolation
227 justify-content initial=initialContentAlignment, converter=convertContentAlignme ntData 227 justify-content initial=initialContentAlignment, converter=convertContentAlignme ntData
228 justify-items runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converte r=convertSelfOrDefaultAlignmentData 228 justify-items runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converte r=convertSelfOrDefaultAlignmentData
229 justify-self runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converter =convertSelfOrDefaultAlignmentData 229 justify-self runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converter =convertSelfOrDefaultAlignmentData
230 left typedom_types=[Length], keywords=[auto], supports_percentage, interpolable, initial=initialOffset, converter=convertLengthOrAuto 230 left typedom_types=[Length], keywords=[auto], supports_percentage, interpolable, initial=initialOffset, converter=convertLengthOrAuto
231 letter-spacing interpolable, inherited, initial=initialLetterWordSpacing, conver ter=convertSpacing 231 letter-spacing interpolable, inherited, initial=initialLetterWordSpacing, conver ter=convertSpacing
232 lighting-color interpolable, svg, converter=convertColor 232 lighting-color interpolable, svg, converter=convertColor
233 line-height interpolable, inherited, getter=specifiedLineHeight, converter=conve rtLineHeight 233 line-height interpolable, inherited, getter=specifiedLineHeight, converter=conve rtLineHeight
234 list-style-image interpolable, inherited, custom_value 234 list-style-image interpolable, inherited, custom_value, typedom_types=[Image]
235 list-style-position inherited 235 list-style-position inherited
236 list-style-type inherited 236 list-style-type inherited
237 margin-bottom interpolable, initial=initialMargin, converter=convertQuirkyLength 237 margin-bottom interpolable, initial=initialMargin, converter=convertQuirkyLength
238 margin-left interpolable, initial=initialMargin, converter=convertQuirkyLength 238 margin-left interpolable, initial=initialMargin, converter=convertQuirkyLength
239 margin-right interpolable, initial=initialMargin, converter=convertQuirkyLength 239 margin-right interpolable, initial=initialMargin, converter=convertQuirkyLength
240 margin-top interpolable, initial=initialMargin, converter=convertQuirkyLength 240 margin-top interpolable, initial=initialMargin, converter=convertQuirkyLength
241 marker-end inherited, svg, name_for_methods=MarkerEndResource, converter=convert FragmentIdentifier 241 marker-end inherited, svg, name_for_methods=MarkerEndResource, converter=convert FragmentIdentifier
242 marker-mid inherited, svg, name_for_methods=MarkerMidResource, converter=convert FragmentIdentifier 242 marker-mid inherited, svg, name_for_methods=MarkerMidResource, converter=convert FragmentIdentifier
243 marker-start inherited, svg, name_for_methods=MarkerStartResource, converter=con vertFragmentIdentifier 243 marker-start inherited, svg, name_for_methods=MarkerStartResource, converter=con vertFragmentIdentifier
244 mask svg, name_for_methods=MaskerResource, converter=convertFragmentIdentifier 244 mask svg, name_for_methods=MaskerResource, converter=convertFragmentIdentifier
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 rx interpolable, svg, converter=convertLengthOrAuto 281 rx interpolable, svg, converter=convertLengthOrAuto
282 ry interpolable, svg, converter=convertLengthOrAuto 282 ry interpolable, svg, converter=convertLengthOrAuto
283 scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior 283 scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior
284 scroll-snap-type runtime_flag=CSSScrollSnapPoints, type_name=ScrollSnapType 284 scroll-snap-type runtime_flag=CSSScrollSnapPoints, type_name=ScrollSnapType
285 scroll-snap-points-x runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoin ts 285 scroll-snap-points-x runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoin ts
286 scroll-snap-points-y runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoin ts 286 scroll-snap-points-y runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoin ts
287 scroll-snap-destination runtime_flag=CSSScrollSnapPoints, converter=convertPosit ion 287 scroll-snap-destination runtime_flag=CSSScrollSnapPoints, converter=convertPosit ion
288 scroll-snap-coordinate runtime_flag=CSSScrollSnapPoints, converter=convertSnapCo ordinates 288 scroll-snap-coordinate runtime_flag=CSSScrollSnapPoints, converter=convertSnapCo ordinates
289 shape-image-threshold interpolable, type_name=float 289 shape-image-threshold interpolable, type_name=float
290 shape-margin interpolable, converter=convertLength 290 shape-margin interpolable, converter=convertLength
291 shape-outside interpolable, converter=convertShapeValue 291 shape-outside interpolable, converter=convertShapeValue, typedom_types=[Image]
292 shape-rendering inherited, svg 292 shape-rendering inherited, svg
293 size custom_all 293 size custom_all
294 snap-height runtime_flag=CSSSnapSize, inherited, custom_all 294 snap-height runtime_flag=CSSSnapSize, inherited, custom_all
295 speak inherited 295 speak inherited
296 stop-color interpolable, svg, converter=convertColor 296 stop-color interpolable, svg, converter=convertColor
297 stop-opacity interpolable, svg, converter=convertNumberOrPercentage 297 stop-opacity interpolable, svg, converter=convertNumberOrPercentage
298 stroke interpolable, inherited, svg, setter=setStrokePaint, custom_all 298 stroke interpolable, inherited, svg, setter=setStrokePaint, custom_all
299 stroke-dasharray interpolable, inherited, svg, name_for_methods=StrokeDashArray, converter=convertStrokeDasharray 299 stroke-dasharray interpolable, inherited, svg, name_for_methods=StrokeDashArray, converter=convertStrokeDasharray
300 stroke-dashoffset interpolable, inherited, svg, name_for_methods=StrokeDashOffse t, converter=convertLength 300 stroke-dashoffset interpolable, inherited, svg, name_for_methods=StrokeDashOffse t, converter=convertLength
301 stroke-linecap svg, inherited, type_name=LineCap, name_for_methods=CapStyle 301 stroke-linecap svg, inherited, type_name=LineCap, name_for_methods=CapStyle
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 -webkit-text-size-adjust alias_for=text-size-adjust 581 -webkit-text-size-adjust alias_for=text-size-adjust
582 -webkit-transform alias_for=transform 582 -webkit-transform alias_for=transform
583 -webkit-transform-origin alias_for=transform-origin 583 -webkit-transform-origin alias_for=transform-origin
584 -webkit-transform-style alias_for=transform-style 584 -webkit-transform-style alias_for=transform-style
585 -webkit-transition alias_for=transition 585 -webkit-transition alias_for=transition
586 -webkit-transition-delay alias_for=transition-delay 586 -webkit-transition-delay alias_for=transition-delay
587 -webkit-transition-duration alias_for=transition-duration 587 -webkit-transition-duration alias_for=transition-duration
588 -webkit-transition-property alias_for=transition-property 588 -webkit-transition-property alias_for=transition-property
589 -webkit-transition-timing-function alias_for=transition-timing-function 589 -webkit-transition-timing-function alias_for=transition-timing-function
590 -webkit-user-select alias_for=user-select 590 -webkit-user-select alias_for=user-select
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/build/scripts/make_cssom_types.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698