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

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

Issue 2563443006: Made caption-side property independent. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/css/invalidation/independent-inheritance-fast-path.html ('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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 border-top-right-radius interpolable, initial=initialBorderRadius, converter=con vertRadius 200 border-top-right-radius interpolable, initial=initialBorderRadius, converter=con vertRadius
201 border-top-style type_name=EBorderStyle, initial=initialBorderStyle 201 border-top-style type_name=EBorderStyle, initial=initialBorderStyle
202 border-top-width interpolable, initial=initialBorderWidth, converter=convertLine Width<unsigned>, typedom_types=[Length], keywords=[thin|medium|thick], supports_ percentage 202 border-top-width interpolable, initial=initialBorderWidth, converter=convertLine Width<unsigned>, typedom_types=[Length], keywords=[thin|medium|thick], supports_ percentage
203 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl e, initial=initialOffset, converter=convertLengthOrAuto 203 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl e, initial=initialOffset, converter=convertLengthOrAuto
204 box-shadow interpolable, converter=convertShadow 204 box-shadow interpolable, converter=convertShadow
205 box-sizing 205 box-sizing
206 break-after type_name=EBreak 206 break-after type_name=EBreak
207 break-before type_name=EBreak 207 break-before type_name=EBreak
208 break-inside type_name=EBreak 208 break-inside type_name=EBreak
209 buffered-rendering svg 209 buffered-rendering svg
210 caption-side inherited, keyword_only, keywords=[top|bottom|left|right], initial_ keyword=top 210 caption-side inherited, keyword_only, independent, keywords=[top|bottom|left|rig ht], initial_keyword=top
211 caret-color inherited, custom_all 211 caret-color inherited, custom_all
212 clear 212 clear
213 clip interpolable, converter=convertClip, custom_all 213 clip interpolable, converter=convertClip, custom_all
214 clip-path interpolable, converter=convertClipPath 214 clip-path interpolable, converter=convertClipPath
215 clip-rule inherited, svg, type_name=WindRule 215 clip-rule inherited, svg, type_name=WindRule
216 color-interpolation inherited, svg 216 color-interpolation inherited, svg
217 color-interpolation-filters inherited, svg, type_name=EColorInterpolation 217 color-interpolation-filters inherited, svg, type_name=EColorInterpolation
218 color-rendering inherited, svg 218 color-rendering inherited, svg
219 column-fill type_name=ColumnFill 219 column-fill type_name=ColumnFill
220 contain runtime_flag=CSSContainment, converter=convertFlags<Containment> 220 contain runtime_flag=CSSContainment, converter=convertFlags<Containment>
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 -webkit-text-size-adjust alias_for=text-size-adjust 618 -webkit-text-size-adjust alias_for=text-size-adjust
619 -webkit-transform alias_for=transform 619 -webkit-transform alias_for=transform
620 -webkit-transform-origin alias_for=transform-origin 620 -webkit-transform-origin alias_for=transform-origin
621 -webkit-transform-style alias_for=transform-style 621 -webkit-transform-style alias_for=transform-style
622 -webkit-transition alias_for=transition 622 -webkit-transition alias_for=transition
623 -webkit-transition-delay alias_for=transition-delay 623 -webkit-transition-delay alias_for=transition-delay
624 -webkit-transition-duration alias_for=transition-duration 624 -webkit-transition-duration alias_for=transition-duration
625 -webkit-transition-property alias_for=transition-property 625 -webkit-transition-property alias_for=transition-property
626 -webkit-transition-timing-function alias_for=transition-timing-function 626 -webkit-transition-timing-function alias_for=transition-timing-function
627 -webkit-user-select alias_for=user-select 627 -webkit-user-select alias_for=user-select
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/css/invalidation/independent-inheritance-fast-path.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698