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

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

Issue 2639303004: Implements CSSPropertyAPI for the fragmentation element properties. (Closed)
Patch Set: remove unneeded import 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 object-fit type_name=ObjectFit 317 object-fit type_name=ObjectFit
318 object-position interpolable, converter=convertPosition 318 object-position interpolable, converter=convertPosition
319 offset-anchor runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=conv ertPositionOrAuto 319 offset-anchor runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=conv ertPositionOrAuto
320 offset-distance interpolable, converter=convertLength 320 offset-distance interpolable, converter=convertLength
321 offset-path converter=convertPathOrNone 321 offset-path converter=convertPathOrNone
322 offset-position runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=co nvertPositionOrAuto, api_class 322 offset-position runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=co nvertPositionOrAuto, api_class
323 offset-rotate runtime_flag=CSSOffsetRotate, interpolable, converter=convertOffse tRotate 323 offset-rotate runtime_flag=CSSOffsetRotate, interpolable, converter=convertOffse tRotate
324 offset-rotation runtime_flag=CSSOffsetRotation, interpolable, converter=convertO ffsetRotate 324 offset-rotation runtime_flag=CSSOffsetRotation, interpolable, converter=convertO ffsetRotate
325 opacity interpolable, type_name=float 325 opacity interpolable, type_name=float
326 order type_name=int 326 order type_name=int
327 orphans interpolable, inherited, type_name=short 327 orphans interpolable, inherited, type_name=short, api_class=CSSPropertyAPIBoxGro up
328 outline-color interpolable, custom_all 328 outline-color interpolable, custom_all
329 outline-offset interpolable, converter=convertComputedLength<int>, api_class 329 outline-offset interpolable, converter=convertComputedLength<int>, api_class
330 outline-style custom_all 330 outline-style custom_all
331 outline-width interpolable, converter=convertLineWidth<unsigned short> 331 outline-width interpolable, converter=convertLineWidth<unsigned short>
332 overflow-anchor runtime_flag=ScrollAnchoring, type_name=EOverflowAnchor 332 overflow-anchor runtime_flag=ScrollAnchoring, type_name=EOverflowAnchor
333 overflow-wrap inherited 333 overflow-wrap inherited
334 overflow-x type_name=EOverflow 334 overflow-x type_name=EOverflow
335 overflow-y type_name=EOverflow 335 overflow-y type_name=EOverflow
336 padding-bottom interpolable, initial=initialPadding, converter=convertLength 336 padding-bottom interpolable, initial=initialPadding, converter=convertLength
337 padding-left interpolable, initial=initialPadding, converter=convertLength 337 padding-left interpolable, initial=initialPadding, converter=convertLength
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin 410 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin
411 -webkit-border-horizontal-spacing interpolable, inherited, name_for_methods=Hori zontalBorderSpacing, converter=convertComputedLength<short> 411 -webkit-border-horizontal-spacing interpolable, inherited, name_for_methods=Hori zontalBorderSpacing, converter=convertComputedLength<short>
412 -webkit-border-image initial=initialNinePieceImage, custom_value 412 -webkit-border-image initial=initialNinePieceImage, custom_value
413 -webkit-border-vertical-spacing interpolable, inherited, name_for_methods=Vertic alBorderSpacing, converter=convertComputedLength<short> 413 -webkit-border-vertical-spacing interpolable, inherited, name_for_methods=Vertic alBorderSpacing, converter=convertComputedLength<short>
414 -webkit-box-align type_name=EBoxAlignment 414 -webkit-box-align type_name=EBoxAlignment
415 -webkit-box-decoration-break 415 -webkit-box-decoration-break
416 -webkit-box-direction inherited, independent, keyword_only, keywords=[normal|rev erse], initial_keyword=normal 416 -webkit-box-direction inherited, independent, keyword_only, keywords=[normal|rev erse], initial_keyword=normal
417 -webkit-box-flex type_name=float 417 -webkit-box-flex type_name=float
418 -webkit-box-flex-group type_name=unsigned int, api_class 418 -webkit-box-flex-group type_name=unsigned int, api_class
419 -webkit-box-lines 419 -webkit-box-lines
420 -webkit-box-ordinal-group type_name=unsigned int 420 -webkit-box-ordinal-group type_name=unsigned int, api_class=CSSPropertyAPIBoxGro up
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
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 -webkit-text-security inherited 464 -webkit-text-security inherited
465 -webkit-text-stroke-color interpolable, inherited, custom_all 465 -webkit-text-stroke-color interpolable, inherited, custom_all
466 -webkit-text-stroke-width inherited, converter=convertTextStrokeWidth 466 -webkit-text-stroke-width inherited, converter=convertTextStrokeWidth
467 -webkit-transform-origin-x interpolable, converter=convertLength 467 -webkit-transform-origin-x interpolable, converter=convertLength
468 -webkit-transform-origin-y interpolable, converter=convertLength 468 -webkit-transform-origin-y interpolable, converter=convertLength
469 -webkit-transform-origin-z interpolable, converter=convertComputedLength<float>, api_class 469 -webkit-transform-origin-z interpolable, converter=convertComputedLength<float>, api_class
470 -webkit-user-drag 470 -webkit-user-drag
471 -webkit-user-modify inherited 471 -webkit-user-modify inherited
472 user-select inherited 472 user-select inherited
473 white-space inherited, independent, keyword_only, keywords=[normal|pre|pre-wrap| pre-line|nowrap|-webkit-nowrap], initial_keyword=normal 473 white-space inherited, independent, keyword_only, keywords=[normal|pre|pre-wrap| pre-line|nowrap|-webkit-nowrap], initial_keyword=normal
474 widows interpolable, inherited, type_name=short 474 widows interpolable, inherited, type_name=short, api_class=CSSPropertyAPIBoxGrou p
475 width interpolable, initial=initialSize, converter=convertLengthSizing, typedom_ types=[Length], keywords=[auto], supports_percentage 475 width interpolable, initial=initialSize, converter=convertLengthSizing, typedom_ types=[Length], keywords=[auto], supports_percentage
476 will-change custom_all, api_class 476 will-change custom_all, api_class
477 word-break inherited 477 word-break inherited
478 word-spacing interpolable, inherited, initial=initialLetterWordSpacing, converte r=convertSpacing 478 word-spacing interpolable, inherited, initial=initialLetterWordSpacing, converte r=convertSpacing
479 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers. 479 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers.
480 word-wrap inherited, name_for_methods=OverflowWrap 480 word-wrap inherited, name_for_methods=OverflowWrap
481 z-index interpolable, type_name=int, custom_all, api_class 481 z-index interpolable, type_name=int, custom_all, api_class
482 482
483 // CSS logical props 483 // CSS logical props
484 inline-size direction_aware 484 inline-size direction_aware
(...skipping 170 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

Powered by Google App Engine
This is Rietveld 408576698