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

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

Issue 2566923002: Made list-style-position 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 image-orientation runtime_flag=ImageOrientation, inherited, name_for_methods=Res pectImageOrientation, converter=convertImageOrientation 258 image-orientation runtime_flag=ImageOrientation, inherited, name_for_methods=Res pectImageOrientation, converter=convertImageOrientation
259 isolation 259 isolation
260 justify-content initial=initialContentAlignment, converter=convertContentAlignme ntData 260 justify-content initial=initialContentAlignment, converter=convertContentAlignme ntData
261 justify-items runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converte r=convertSelfOrDefaultAlignmentData 261 justify-items runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converte r=convertSelfOrDefaultAlignmentData
262 justify-self runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converter =convertSelfOrDefaultAlignmentData 262 justify-self runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converter =convertSelfOrDefaultAlignmentData
263 left typedom_types=[Length], keywords=[auto], supports_percentage, interpolable, initial=initialOffset, converter=convertLengthOrAuto 263 left typedom_types=[Length], keywords=[auto], supports_percentage, interpolable, initial=initialOffset, converter=convertLengthOrAuto
264 letter-spacing interpolable, inherited, initial=initialLetterWordSpacing, conver ter=convertSpacing 264 letter-spacing interpolable, inherited, initial=initialLetterWordSpacing, conver ter=convertSpacing
265 lighting-color interpolable, svg, converter=convertColor 265 lighting-color interpolable, svg, converter=convertColor
266 line-height interpolable, inherited, getter=specifiedLineHeight, converter=conve rtLineHeight 266 line-height interpolable, inherited, getter=specifiedLineHeight, converter=conve rtLineHeight
267 list-style-image interpolable, inherited, custom_value, typedom_types=[Image] 267 list-style-image interpolable, inherited, custom_value, typedom_types=[Image]
268 list-style-position inherited, keyword_only, keywords=[outside|inside], initial_ keyword=outside 268 list-style-position inherited, independent, keyword_only, keywords=[outside|insi de], initial_keyword=outside
269 list-style-type inherited 269 list-style-type inherited
270 margin-bottom interpolable, initial=initialMargin, converter=convertQuirkyLength 270 margin-bottom interpolable, initial=initialMargin, converter=convertQuirkyLength
271 margin-left interpolable, initial=initialMargin, converter=convertQuirkyLength 271 margin-left interpolable, initial=initialMargin, converter=convertQuirkyLength
272 margin-right interpolable, initial=initialMargin, converter=convertQuirkyLength 272 margin-right interpolable, initial=initialMargin, converter=convertQuirkyLength
273 margin-top interpolable, initial=initialMargin, converter=convertQuirkyLength 273 margin-top interpolable, initial=initialMargin, converter=convertQuirkyLength
274 marker-end inherited, svg, name_for_methods=MarkerEndResource, converter=convert FragmentIdentifier 274 marker-end inherited, svg, name_for_methods=MarkerEndResource, converter=convert FragmentIdentifier
275 marker-mid inherited, svg, name_for_methods=MarkerMidResource, converter=convert FragmentIdentifier 275 marker-mid inherited, svg, name_for_methods=MarkerMidResource, converter=convert FragmentIdentifier
276 marker-start inherited, svg, name_for_methods=MarkerStartResource, converter=con vertFragmentIdentifier 276 marker-start inherited, svg, name_for_methods=MarkerStartResource, converter=con vertFragmentIdentifier
277 mask svg, name_for_methods=MaskerResource, converter=convertFragmentIdentifier 277 mask svg, name_for_methods=MaskerResource, converter=convertFragmentIdentifier
278 mask-source-type runtime_flag=CSSMaskSourceType, custom_all 278 mask-source-type runtime_flag=CSSMaskSourceType, custom_all
(...skipping 339 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