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

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

Issue 2618673002: Implements CSSPropertyAPI for the webkit-highlight property. (Closed)
Patch Set: rebase Created 3 years, 11 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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 -webkit-box-orient 421 -webkit-box-orient
422 -webkit-box-pack 422 -webkit-box-pack
423 -webkit-box-reflect converter=convertBoxReflect 423 -webkit-box-reflect converter=convertBoxReflect
424 column-count interpolable, type_name=unsigned short, custom_all 424 column-count interpolable, type_name=unsigned short, custom_all
425 column-gap interpolable, converter=convertComputedLength<float>, custom_all, api _class 425 column-gap interpolable, converter=convertComputedLength<float>, custom_all, api _class
426 column-rule-color interpolable, custom_all 426 column-rule-color interpolable, custom_all
427 column-rule-style type_name=EBorderStyle, initial=initialBorderStyle 427 column-rule-style type_name=EBorderStyle, initial=initialBorderStyle
428 column-rule-width interpolable, converter=convertLineWidth<unsigned short> 428 column-rule-width interpolable, converter=convertLineWidth<unsigned short>
429 column-span type_name=ColumnSpan 429 column-span type_name=ColumnSpan
430 column-width interpolable, converter=convertComputedLength<float>, custom_all 430 column-width interpolable, converter=convertComputedLength<float>, custom_all
431 -webkit-highlight inherited, converter=convertString<CSSValueNone> 431 -webkit-highlight inherited, converter=convertString<CSSValueNone>, api_class
432 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve rter=convertString<CSSValueAuto> 432 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve rter=convertString<CSSValueAuto>
433 -webkit-line-break inherited, type_name=LineBreak 433 -webkit-line-break inherited, type_name=LineBreak
434 -webkit-line-clamp type_name=LineClampValue 434 -webkit-line-clamp type_name=LineClampValue
435 -webkit-margin-after-collapse type_name=EMarginCollapse 435 -webkit-margin-after-collapse type_name=EMarginCollapse
436 -webkit-margin-before-collapse type_name=EMarginCollapse 436 -webkit-margin-before-collapse type_name=EMarginCollapse
437 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse 437 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse
438 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse 438 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse
439 -webkit-mask-box-image-outset interpolable, custom_all 439 -webkit-mask-box-image-outset interpolable, custom_all
440 -webkit-mask-box-image-repeat custom_all 440 -webkit-mask-box-image-repeat custom_all
441 -webkit-mask-box-image-slice interpolable, custom_all 441 -webkit-mask-box-image-slice interpolable, custom_all
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 -webkit-text-size-adjust alias_for=text-size-adjust 655 -webkit-text-size-adjust alias_for=text-size-adjust
656 -webkit-transform alias_for=transform 656 -webkit-transform alias_for=transform
657 -webkit-transform-origin alias_for=transform-origin 657 -webkit-transform-origin alias_for=transform-origin
658 -webkit-transform-style alias_for=transform-style 658 -webkit-transform-style alias_for=transform-style
659 -webkit-transition alias_for=transition 659 -webkit-transition alias_for=transition
660 -webkit-transition-delay alias_for=transition-delay 660 -webkit-transition-delay alias_for=transition-delay
661 -webkit-transition-duration alias_for=transition-duration 661 -webkit-transition-duration alias_for=transition-duration
662 -webkit-transition-property alias_for=transition-property 662 -webkit-transition-property alias_for=transition-property
663 -webkit-transition-timing-function alias_for=transition-timing-function 663 -webkit-transition-timing-function alias_for=transition-timing-function
664 -webkit-user-select alias_for=user-select 664 -webkit-user-select alias_for=user-select
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/BUILD.gn ('k') | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698