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

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

Issue 873963002: Enable text-align-last property, by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 5 years, 3 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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 stroke-dasharray interpolable, inherited, svg, name_for_methods=StrokeDashArray, converter=convertStrokeDasharray 274 stroke-dasharray interpolable, inherited, svg, name_for_methods=StrokeDashArray, converter=convertStrokeDasharray
275 stroke-dashoffset interpolable, inherited, svg, name_for_methods=StrokeDashOffse t, converter=convertLength 275 stroke-dashoffset interpolable, inherited, svg, name_for_methods=StrokeDashOffse t, converter=convertLength
276 stroke-linecap svg, inherited, type_name=LineCap, name_for_methods=CapStyle 276 stroke-linecap svg, inherited, type_name=LineCap, name_for_methods=CapStyle
277 stroke-linejoin svg, inherited, type_name=LineJoin, name_for_methods=JoinStyle 277 stroke-linejoin svg, inherited, type_name=LineJoin, name_for_methods=JoinStyle
278 stroke-miterlimit interpolable, inherited, svg, type_name=float, name_for_method s=StrokeMiterLimit 278 stroke-miterlimit interpolable, inherited, svg, type_name=float, name_for_method s=StrokeMiterLimit
279 stroke-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage 279 stroke-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage
280 stroke-width interpolable, inherited, svg, converter=convertUnzoomedLength 280 stroke-width interpolable, inherited, svg, converter=convertUnzoomedLength
281 table-layout 281 table-layout
282 tab-size inherited, converter=convertLengthOrTabSpaces 282 tab-size inherited, converter=convertLengthOrTabSpaces
283 text-align inherited, custom_value 283 text-align inherited, custom_value
284 text-align-last runtime_flag=CSS3Text, inherited, type_name=TextAlignLast 284 text-align-last inherited, type_name=TextAlignLast
285 text-anchor inherited, svg 285 text-anchor inherited, svg
286 // FIXME: We shouldn't switch between shorthand/not shorthand based on a runtime flag 286 // FIXME: We shouldn't switch between shorthand/not shorthand based on a runtime flag
287 text-decoration use_handlers_for=CSSPropertyTextDecorationLine, longhands=text-d ecoration-line;text-decoration-style;text-decoration-color 287 text-decoration use_handlers_for=CSSPropertyTextDecorationLine, longhands=text-d ecoration-line;text-decoration-style;text-decoration-color
288 text-decoration-color runtime_flag=CSS3TextDecorations, interpolable, custom_all 288 text-decoration-color runtime_flag=CSS3TextDecorations, interpolable, custom_all
289 text-decoration-line runtime_flag=CSS3TextDecorations, name_for_methods=TextDeco ration, converter=convertFlags<TextDecoration> 289 text-decoration-line runtime_flag=CSS3TextDecorations, name_for_methods=TextDeco ration, converter=convertFlags<TextDecoration>
290 text-decoration-style runtime_flag=CSS3TextDecorations, type_name=TextDecoration Style 290 text-decoration-style runtime_flag=CSS3TextDecorations, type_name=TextDecoration Style
291 text-indent interpolable, inherited, custom_all 291 text-indent interpolable, inherited, custom_all
292 text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify 292 text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify
293 text-overflow type_name=TextOverflow 293 text-overflow type_name=TextOverflow
294 text-shadow interpolable, inherited, converter=convertShadow 294 text-shadow interpolable, inherited, converter=convertShadow
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 -webkit-shape-margin alias_for=shape-margin 535 -webkit-shape-margin alias_for=shape-margin
536 -webkit-shape-outside alias_for=shape-outside 536 -webkit-shape-outside alias_for=shape-outside
537 -webkit-transform alias_for=transform 537 -webkit-transform alias_for=transform
538 -webkit-transform-origin alias_for=transform-origin 538 -webkit-transform-origin alias_for=transform-origin
539 -webkit-transform-style alias_for=transform-style 539 -webkit-transform-style alias_for=transform-style
540 -webkit-transition alias_for=transition 540 -webkit-transition alias_for=transition
541 -webkit-transition-delay alias_for=transition-delay 541 -webkit-transition-delay alias_for=transition-delay
542 -webkit-transition-duration alias_for=transition-duration 542 -webkit-transition-duration alias_for=transition-duration
543 -webkit-transition-property alias_for=transition-property 543 -webkit-transition-property alias_for=transition-property
544 -webkit-transition-timing-function alias_for=transition-timing-function 544 -webkit-transition-timing-function alias_for=transition-timing-function
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/nonstable-css-properties-expected.txt ('k') | Source/core/css/parser/CSSParserFastPaths.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698