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

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

Issue 639293008: Make CSS resize property non-inherited. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: New baselines Created 6 years, 2 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
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 do not get their own enum and instead map 7 // Properties specifying alias_for do not get their own enum and instead map
8 // directly onto the CSSPropertyID they alias. Currently this means that the 8 // directly onto the CSSPropertyID they alias. Currently this means that the
9 // UseCounter will not pick up on these (crbug.com/304855) 9 // UseCounter will not pick up on these (crbug.com/304855)
10 10
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 padding-top animatable, initial=initialPadding, converter=convertLength 230 padding-top animatable, initial=initialPadding, converter=convertLength
231 page-break-after type_name=EPageBreak, initial=initialPageBreak 231 page-break-after type_name=EPageBreak, initial=initialPageBreak
232 page-break-before type_name=EPageBreak, initial=initialPageBreak 232 page-break-before type_name=EPageBreak, initial=initialPageBreak
233 page-break-inside type_name=EPageBreak, initial=initialPageBreak 233 page-break-inside type_name=EPageBreak, initial=initialPageBreak
234 paint-order inherited, svg, converter=convertPaintOrder 234 paint-order inherited, svg, converter=convertPaintOrder
235 perspective animatable, converter=convertPerspective 235 perspective animatable, converter=convertPerspective
236 perspective-origin animatable, converter=convertPerspectiveOrigin 236 perspective-origin animatable, converter=convertPerspectiveOrigin
237 pointer-events inherited 237 pointer-events inherited
238 position 238 position
239 quotes inherited, converter=convertQuotes 239 quotes inherited, converter=convertQuotes
240 // FIXME: This shouldn't be inherited, as per css-ui 240 resize custom_value
241 resize inherited, custom_value
242 right animatable, initial=initialOffset, converter=convertLengthOrAuto 241 right animatable, initial=initialOffset, converter=convertLengthOrAuto
243 scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior 242 scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior
244 shape-image-threshold animatable, type_name=float 243 shape-image-threshold animatable, type_name=float
245 shape-margin animatable, converter=convertLength 244 shape-margin animatable, converter=convertLength
246 shape-outside animatable, converter=convertShapeValue 245 shape-outside animatable, converter=convertShapeValue
247 shape-rendering inherited, svg 246 shape-rendering inherited, svg
248 size custom_all 247 size custom_all
249 speak inherited 248 speak inherited
250 stop-color animatable, svg, converter=convertSVGColor 249 stop-color animatable, svg, converter=convertSVGColor
251 stop-opacity animatable, svg, converter=convertNumberOrPercentage 250 stop-opacity animatable, svg, converter=convertNumberOrPercentage
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 -webkit-flex-flow alias_for=flex-flow 525 -webkit-flex-flow alias_for=flex-flow
527 -webkit-flex-grow alias_for=flex-grow 526 -webkit-flex-grow alias_for=flex-grow
528 -webkit-flex-shrink alias_for=flex-shrink 527 -webkit-flex-shrink alias_for=flex-shrink
529 -webkit-flex-wrap alias_for=flex-wrap 528 -webkit-flex-wrap alias_for=flex-wrap
530 -webkit-justify-content alias_for=justify-content 529 -webkit-justify-content alias_for=justify-content
531 -webkit-opacity alias_for=opacity 530 -webkit-opacity alias_for=opacity
532 -webkit-order alias_for=order 531 -webkit-order alias_for=order
533 -webkit-shape-image-threshold alias_for=shape-image-threshold 532 -webkit-shape-image-threshold alias_for=shape-image-threshold
534 -webkit-shape-margin alias_for=shape-margin 533 -webkit-shape-margin alias_for=shape-margin
535 -webkit-shape-outside alias_for=shape-outside 534 -webkit-shape-outside alias_for=shape-outside
OLDNEW
« no previous file with comments | « LayoutTests/fast/overflow/resize-inherit-expected.txt ('k') | Source/core/rendering/style/RenderStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698