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

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

Issue 2626893002: Made -webkit-rtl-ordering property independent. (Closed)
Patch Set: 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
« 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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 -webkit-mask-image interpolable, custom_all 441 -webkit-mask-image interpolable, custom_all
442 -webkit-mask-origin custom_all 442 -webkit-mask-origin custom_all
443 -webkit-mask-position-x interpolable, custom_all 443 -webkit-mask-position-x interpolable, custom_all
444 -webkit-mask-position-y interpolable, custom_all 444 -webkit-mask-position-y interpolable, custom_all
445 -webkit-mask-repeat-x custom_all 445 -webkit-mask-repeat-x custom_all
446 -webkit-mask-repeat-y custom_all 446 -webkit-mask-repeat-y custom_all
447 -webkit-mask-size interpolable, custom_all 447 -webkit-mask-size interpolable, custom_all
448 -webkit-perspective-origin-x interpolable, converter=convertLength 448 -webkit-perspective-origin-x interpolable, converter=convertLength
449 -webkit-perspective-origin-y interpolable, converter=convertLength 449 -webkit-perspective-origin-y interpolable, converter=convertLength
450 -webkit-print-color-adjust inherited, independent, keyword_only, keywords=[econo my|exact], initial_keyword=economy 450 -webkit-print-color-adjust inherited, independent, keyword_only, keywords=[econo my|exact], initial_keyword=economy
451 -webkit-rtl-ordering inherited, type_name=EOrder, setter=setRtlOrdering, initial =initialRtlOrdering, keyword_only, keywords=[logical|visual], initial_keyword=lo gical 451 -webkit-rtl-ordering inherited, independent, type_name=EOrder, setter=setRtlOrde ring, initial=initialRtlOrdering, keyword_only, keywords=[logical|visual], initi al_keyword=logical
452 -webkit-ruby-position inherited, type_name=RubyPosition 452 -webkit-ruby-position inherited, type_name=RubyPosition
453 -webkit-tap-highlight-color inherited, converter=convertColor 453 -webkit-tap-highlight-color inherited, converter=convertColor
454 -webkit-text-combine inherited, type_name=TextCombine, name_for_methods=TextComb ine 454 -webkit-text-combine inherited, type_name=TextCombine, name_for_methods=TextComb ine
455 -webkit-text-emphasis-color inherited, custom_all 455 -webkit-text-emphasis-color inherited, custom_all
456 -webkit-text-emphasis-position inherited, type_name=TextEmphasisPosition 456 -webkit-text-emphasis-position inherited, type_name=TextEmphasisPosition
457 -webkit-text-emphasis-style inherited, custom_all 457 -webkit-text-emphasis-style inherited, custom_all
458 -webkit-text-fill-color inherited, custom_all 458 -webkit-text-fill-color inherited, custom_all
459 -webkit-text-security inherited 459 -webkit-text-security inherited
460 -webkit-text-stroke-color interpolable, inherited, custom_all 460 -webkit-text-stroke-color interpolable, inherited, custom_all
461 -webkit-text-stroke-width inherited, converter=convertTextStrokeWidth 461 -webkit-text-stroke-width inherited, converter=convertTextStrokeWidth
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 -webkit-text-size-adjust alias_for=text-size-adjust 650 -webkit-text-size-adjust alias_for=text-size-adjust
651 -webkit-transform alias_for=transform 651 -webkit-transform alias_for=transform
652 -webkit-transform-origin alias_for=transform-origin 652 -webkit-transform-origin alias_for=transform-origin
653 -webkit-transform-style alias_for=transform-style 653 -webkit-transform-style alias_for=transform-style
654 -webkit-transition alias_for=transition 654 -webkit-transition alias_for=transition
655 -webkit-transition-delay alias_for=transition-delay 655 -webkit-transition-delay alias_for=transition-delay
656 -webkit-transition-duration alias_for=transition-duration 656 -webkit-transition-duration alias_for=transition-duration
657 -webkit-transition-property alias_for=transition-property 657 -webkit-transition-property alias_for=transition-property
658 -webkit-transition-timing-function alias_for=transition-timing-function 658 -webkit-transition-timing-function alias_for=transition-timing-function
659 -webkit-user-select alias_for=user-select 659 -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