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

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

Issue 1485973005: Add CSS support for Containment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test expectation Created 5 years 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 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 buffered-rendering svg 156 buffered-rendering svg
157 caption-side inherited 157 caption-side inherited
158 clear 158 clear
159 clip interpolable, converter=convertClip, custom_all 159 clip interpolable, converter=convertClip, custom_all
160 clip-path svg, name_for_methods=ClipperResource, converter=convertFragmentIdenti fier 160 clip-path svg, name_for_methods=ClipperResource, converter=convertFragmentIdenti fier
161 clip-rule inherited, svg, type_name=WindRule 161 clip-rule inherited, svg, type_name=WindRule
162 color-interpolation inherited, svg 162 color-interpolation inherited, svg
163 color-interpolation-filters inherited, svg, type_name=EColorInterpolation 163 color-interpolation-filters inherited, svg, type_name=EColorInterpolation
164 color-rendering inherited, svg 164 color-rendering inherited, svg
165 column-fill runtime_flag=ColumnFill, type_name=ColumnFill 165 column-fill runtime_flag=ColumnFill, type_name=ColumnFill
166 contain runtime_flag=CSSContainment, converter=convertFlags<Containment>
166 content custom_all 167 content custom_all
167 counter-increment custom_all 168 counter-increment custom_all
168 counter-reset custom_all 169 counter-reset custom_all
169 cursor inherited, custom_all 170 cursor inherited, custom_all
170 cx interpolable, svg, converter=convertLength 171 cx interpolable, svg, converter=convertLength
171 cy interpolable, svg, converter=convertLength 172 cy interpolable, svg, converter=convertLength
172 display 173 display
173 dominant-baseline inherited, svg 174 dominant-baseline inherited, svg
174 empty-cells inherited, type_name=EEmptyCell 175 empty-cells inherited, type_name=EEmptyCell
175 fill interpolable, inherited, svg, setter=setFillPaint, custom_all 176 fill interpolable, inherited, svg, setter=setFillPaint, custom_all
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 -webkit-shape-margin alias_for=shape-margin 541 -webkit-shape-margin alias_for=shape-margin
541 -webkit-shape-outside alias_for=shape-outside 542 -webkit-shape-outside alias_for=shape-outside
542 -webkit-transform alias_for=transform 543 -webkit-transform alias_for=transform
543 -webkit-transform-origin alias_for=transform-origin 544 -webkit-transform-origin alias_for=transform-origin
544 -webkit-transform-style alias_for=transform-style 545 -webkit-transform-style alias_for=transform-style
545 -webkit-transition alias_for=transition 546 -webkit-transition alias_for=transition
546 -webkit-transition-delay alias_for=transition-delay 547 -webkit-transition-delay alias_for=transition-delay
547 -webkit-transition-duration alias_for=transition-duration 548 -webkit-transition-duration alias_for=transition-duration
548 -webkit-transition-property alias_for=transition-property 549 -webkit-transition-property alias_for=transition-property
549 -webkit-transition-timing-function alias_for=transition-timing-function 550 -webkit-transition-timing-function alias_for=transition-timing-function
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h ('k') | third_party/WebKit/Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698