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

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

Issue 1955723004: Implement font-variant-numeric (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 7 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 color interpolable, inherited, custom_all 96 color interpolable, inherited, custom_all
97 direction inherited, custom_value 97 direction inherited, custom_value
98 font-family inherited, font, type_name=FontDescription::FamilyDescription, name_ for_methods=FamilyDescription, converter=convertFontFamily 98 font-family inherited, font, type_name=FontDescription::FamilyDescription, name_ for_methods=FamilyDescription, converter=convertFontFamily
99 font-kerning inherited, font, type_name=FontDescription::Kerning, name_for_metho ds=Kerning 99 font-kerning inherited, font, type_name=FontDescription::Kerning, name_for_metho ds=Kerning
100 font-size interpolable, inherited, font, name_for_methods=Size, getter=getSize, converter=convertFontSize 100 font-size interpolable, inherited, font, name_for_methods=Size, getter=getSize, converter=convertFontSize
101 font-size-adjust runtime_flag=CSSFontSizeAdjust, interpolable, inherited, font, name_for_methods=SizeAdjust, converter=convertFontSizeAdjust 101 font-size-adjust runtime_flag=CSSFontSizeAdjust, interpolable, inherited, font, name_for_methods=SizeAdjust, converter=convertFontSizeAdjust
102 font-stretch inherited, font, type_name=FontStretch, name_for_methods=Stretch 102 font-stretch inherited, font, type_name=FontStretch, name_for_methods=Stretch
103 font-style inherited, font, type_name=FontStyle, name_for_methods=Style 103 font-style inherited, font, type_name=FontStyle, name_for_methods=Style
104 font-variant-ligatures inherited, font, type_name=VariantLigatures, name_for_met hods=VariantLigatures, converter=convertFontVariantLigatures 104 font-variant-ligatures inherited, font, type_name=VariantLigatures, name_for_met hods=VariantLigatures, converter=convertFontVariantLigatures
105 font-variant-caps inherited, font, name_for_methods=VariantCaps, converter=conve rtFontVariantCaps 105 font-variant-caps inherited, font, name_for_methods=VariantCaps, converter=conve rtFontVariantCaps
106 font-variant-numeric inherited, font, name_for_methods=VariantNumeric, converter =convertFontVariantNumeric
106 font-weight interpolable, inherited, font, type_name=FontWeight, name_for_method s=Weight, converter=convertFontWeight 107 font-weight interpolable, inherited, font, type_name=FontWeight, name_for_method s=Weight, converter=convertFontWeight
107 font-feature-settings inherited, font, name_for_methods=FeatureSettings, convert er=convertFontFeatureSettings 108 font-feature-settings inherited, font, name_for_methods=FeatureSettings, convert er=convertFontFeatureSettings
108 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode 109 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode
109 -webkit-locale inherited, font, custom_value 110 -webkit-locale inherited, font, custom_value
110 text-orientation inherited, custom_value, type_name=TextOrientation 111 text-orientation inherited, custom_value, type_name=TextOrientation
111 -webkit-text-orientation inherited, custom_value, type_name=TextOrientation 112 -webkit-text-orientation inherited, custom_value, type_name=TextOrientation
112 writing-mode inherited, custom_value, type_name=WritingMode 113 writing-mode inherited, custom_value, type_name=WritingMode
113 -webkit-writing-mode inherited, custom_value, type_name=WritingMode 114 -webkit-writing-mode inherited, custom_value, type_name=WritingMode
114 text-rendering inherited, font, type_name=TextRenderingMode 115 text-rendering inherited, font, type_name=TextRenderingMode
115 zoom custom_all 116 zoom custom_all
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 border-image longhands=border-image-source;border-image-slice;border-image-width ;border-image-outset;border-image-repeat 466 border-image longhands=border-image-source;border-image-slice;border-image-width ;border-image-outset;border-image-repeat
466 border-left longhands=border-left-width;border-left-style;border-left-color 467 border-left longhands=border-left-width;border-left-style;border-left-color
467 border-radius longhands=border-top-left-radius;border-top-right-radius;border-bo ttom-right-radius;border-bottom-left-radius 468 border-radius longhands=border-top-left-radius;border-top-right-radius;border-bo ttom-right-radius;border-bottom-left-radius
468 border-right longhands=border-right-width;border-right-style;border-right-color 469 border-right longhands=border-right-width;border-right-style;border-right-color
469 border-spacing longhands=-webkit-border-horizontal-spacing;-webkit-border-vertic al-spacing 470 border-spacing longhands=-webkit-border-horizontal-spacing;-webkit-border-vertic al-spacing
470 border-style longhands=border-top-style;border-right-style;border-bottom-style;b order-left-style 471 border-style longhands=border-top-style;border-right-style;border-bottom-style;b order-left-style
471 border-top longhands=border-top-width;border-top-style;border-top-color 472 border-top longhands=border-top-width;border-top-style;border-top-color
472 border-width longhands=border-top-width;border-right-width;border-bottom-width;b order-left-width 473 border-width longhands=border-top-width;border-right-width;border-bottom-width;b order-left-width
473 flex longhands=flex-grow;flex-shrink;flex-basis 474 flex longhands=flex-grow;flex-shrink;flex-basis
474 flex-flow longhands=flex-direction;flex-wrap 475 flex-flow longhands=flex-direction;flex-wrap
475 font longhands=font-style;font-variant-caps;font-variant-ligatures;font-weight;f ont-stretch;font-size;line-height;font-family 476 font longhands=font-style;font-variant-ligatures;font-variant-caps;font-variant- numeric;font-weight;font-stretch;font-size;line-height;font-family
476 font-variant longhands=font-variant-ligatures;font-variant-caps 477 font-variant longhands=font-variant-ligatures;font-variant-caps;font-variant-num eric
477 grid runtime_flag=CSSGridLayout, longhands=grid-template-rows;grid-template-colu mns;grid-template-areas;grid-auto-flow;grid-auto-rows;grid-auto-columns;grid-col umn-gap;grid-row-gap 478 grid runtime_flag=CSSGridLayout, longhands=grid-template-rows;grid-template-colu mns;grid-template-areas;grid-auto-flow;grid-auto-rows;grid-auto-columns;grid-col umn-gap;grid-row-gap
478 grid-area runtime_flag=CSSGridLayout, longhands=grid-row-start;grid-column-start ;grid-row-end;grid-column-end 479 grid-area runtime_flag=CSSGridLayout, longhands=grid-row-start;grid-column-start ;grid-row-end;grid-column-end
479 grid-column runtime_flag=CSSGridLayout, longhands=grid-column-start;grid-column- end 480 grid-column runtime_flag=CSSGridLayout, longhands=grid-column-start;grid-column- end
480 grid-gap runtime_flag=CSSGridLayout, longhands=grid-row-gap;grid-column-gap 481 grid-gap runtime_flag=CSSGridLayout, longhands=grid-row-gap;grid-column-gap
481 grid-row runtime_flag=CSSGridLayout, longhands=grid-row-start;grid-row-end 482 grid-row runtime_flag=CSSGridLayout, longhands=grid-row-start;grid-row-end
482 grid-template runtime_flag=CSSGridLayout, longhands=grid-template-rows;grid-temp late-columns;grid-template-areas 483 grid-template runtime_flag=CSSGridLayout, longhands=grid-template-rows;grid-temp late-columns;grid-template-areas
483 list-style longhands=list-style-type;list-style-position;list-style-image 484 list-style longhands=list-style-type;list-style-position;list-style-image
484 margin longhands=margin-top;margin-right;margin-bottom;margin-left 485 margin longhands=margin-top;margin-right;margin-bottom;margin-left
485 marker longhands=marker-start;marker-mid;marker-end 486 marker longhands=marker-start;marker-mid;marker-end
486 motion longhands=motion-path;motion-offset;motion-rotation 487 motion longhands=motion-path;motion-offset;motion-rotation
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 -webkit-shape-margin alias_for=shape-margin 569 -webkit-shape-margin alias_for=shape-margin
569 -webkit-shape-outside alias_for=shape-outside 570 -webkit-shape-outside alias_for=shape-outside
570 -webkit-transform alias_for=transform 571 -webkit-transform alias_for=transform
571 -webkit-transform-origin alias_for=transform-origin 572 -webkit-transform-origin alias_for=transform-origin
572 -webkit-transform-style alias_for=transform-style 573 -webkit-transform-style alias_for=transform-style
573 -webkit-transition alias_for=transition 574 -webkit-transition alias_for=transition
574 -webkit-transition-delay alias_for=transition-delay 575 -webkit-transition-delay alias_for=transition-delay
575 -webkit-transition-duration alias_for=transition-duration 576 -webkit-transition-duration alias_for=transition-duration
576 -webkit-transition-property alias_for=transition-property 577 -webkit-transition-property alias_for=transition-property
577 -webkit-transition-timing-function alias_for=transition-timing-function 578 -webkit-transition-timing-function alias_for=transition-timing-function
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698