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

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

Issue 1241163002: dominant-baseline property should be inherited (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 5 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
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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 color-interpolation-filters inherited, svg, type_name=EColorInterpolation 160 color-interpolation-filters inherited, svg, type_name=EColorInterpolation
161 color-rendering inherited, svg 161 color-rendering inherited, svg
162 column-fill runtime_flag=ColumnFill, type_name=ColumnFill 162 column-fill runtime_flag=ColumnFill, type_name=ColumnFill
163 content custom_all 163 content custom_all
164 counter-increment custom_all 164 counter-increment custom_all
165 counter-reset custom_all 165 counter-reset custom_all
166 cursor inherited, custom_all 166 cursor inherited, custom_all
167 cx interpolable, svg, converter=convertLength 167 cx interpolable, svg, converter=convertLength
168 cy interpolable, svg, converter=convertLength 168 cy interpolable, svg, converter=convertLength
169 display 169 display
170 dominant-baseline svg 170 dominant-baseline inherited, svg
171 empty-cells inherited, type_name=EEmptyCell 171 empty-cells inherited, type_name=EEmptyCell
172 fill interpolable, inherited, svg, setter=setFillPaint, custom_all 172 fill interpolable, inherited, svg, setter=setFillPaint, custom_all
173 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage 173 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage
174 fill-rule inherited, svg, type_name=WindRule 174 fill-rule inherited, svg, type_name=WindRule
175 filter svg, name_for_methods=FilterResource, converter=convertFragmentIdentifier 175 filter svg, name_for_methods=FilterResource, converter=convertFragmentIdentifier
176 flex-basis interpolable, converter=convertLengthOrAuto 176 flex-basis interpolable, converter=convertLengthOrAuto
177 flex-direction 177 flex-direction
178 flex-grow interpolable, type_name=float 178 flex-grow interpolable, type_name=float
179 flex-shrink interpolable, type_name=float 179 flex-shrink interpolable, type_name=float
180 flex-wrap 180 flex-wrap
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 -webkit-shape-margin alias_for=shape-margin 537 -webkit-shape-margin alias_for=shape-margin
538 -webkit-shape-outside alias_for=shape-outside 538 -webkit-shape-outside alias_for=shape-outside
539 -webkit-transform alias_for=transform 539 -webkit-transform alias_for=transform
540 -webkit-transform-origin alias_for=transform-origin 540 -webkit-transform-origin alias_for=transform-origin
541 -webkit-transform-style alias_for=transform-style 541 -webkit-transform-style alias_for=transform-style
542 -webkit-transition alias_for=transition 542 -webkit-transition alias_for=transition
543 -webkit-transition-delay alias_for=transition-delay 543 -webkit-transition-delay alias_for=transition-delay
544 -webkit-transition-duration alias_for=transition-duration 544 -webkit-transition-duration alias_for=transition-duration
545 -webkit-transition-property alias_for=transition-property 545 -webkit-transition-property alias_for=transition-property
546 -webkit-transition-timing-function alias_for=transition-timing-function 546 -webkit-transition-timing-function alias_for=transition-timing-function
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/dominant-baseline-inherit-expected.svg ('k') | Source/core/style/SVGComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698