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

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

Issue 16337002: Revert "Revert "Implement CSS3TextDecorations runtime flag in favor of CSS3_TEXT"" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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 | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/CSSProperty.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // FIXME: When we have all the properties using the new StyleBuilder, we 1 // FIXME: When we have all the properties using the new StyleBuilder, we
2 // should use this for make_css_property_names.py 2 // should use this for make_css_property_names.py
3 // Note: Mandatory blank line to skip parameter parsing phase 3 // Note: Mandatory blank line to skip parameter parsing phase
4 4
5 border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle 5 border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle
6 border-collapse 6 border-collapse
7 border-left-style type_name=EBorderStyle, initial=initialBorderStyle 7 border-left-style type_name=EBorderStyle, initial=initialBorderStyle
8 border-right-style type_name=EBorderStyle, initial=initialBorderStyle 8 border-right-style type_name=EBorderStyle, initial=initialBorderStyle
9 border-top-style type_name=EBorderStyle, initial=initialBorderStyle 9 border-top-style type_name=EBorderStyle, initial=initialBorderStyle
10 bottom apply_type=length, initial=initialOffset, use_auto 10 bottom apply_type=length, initial=initialOffset, use_auto
(...skipping 26 matching lines...) Expand all
37 padding-top apply_type=length, initial=initialPadding 37 padding-top apply_type=length, initial=initialPadding
38 page-break-after type_name=EPageBreak, initial=initialPageBreak 38 page-break-after type_name=EPageBreak, initial=initialPageBreak
39 page-break-before type_name=EPageBreak, initial=initialPageBreak 39 page-break-before type_name=EPageBreak, initial=initialPageBreak
40 page-break-inside type_name=EPageBreak, initial=initialPageBreak 40 page-break-inside type_name=EPageBreak, initial=initialPageBreak
41 pointer-events 41 pointer-events
42 position 42 position
43 right apply_type=length, initial=initialOffset, use_auto 43 right apply_type=length, initial=initialOffset, use_auto
44 speak 44 speak
45 table-layout 45 table-layout
46 tab-size type_name=unsigned 46 tab-size type_name=unsigned
47 text-decoration-style type_name=TextDecorationStyle
47 text-overflow type_name=TextOverflow 48 text-overflow type_name=TextOverflow
48 text-transform 49 text-transform
49 top apply_type=length, initial=initialOffset, use_auto 50 top apply_type=length, initial=initialOffset, use_auto
50 touch-action type_name=TouchAction, initial=initialTouchAction 51 touch-action type_name=TouchAction, initial=initialTouchAction
51 unicode-bidi 52 unicode-bidi
52 visibility 53 visibility
53 white-space 54 white-space
54 width apply_type=length, initial=initialSize, use_auto, use_intrinsic 55 width apply_type=length, initial=initialSize, use_auto, use_intrinsic
55 word-break 56 word-break
56 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers. 57 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers.
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 -webkit-region-break-after type_name=EPageBreak, initial=initialPageBreak 113 -webkit-region-break-after type_name=EPageBreak, initial=initialPageBreak
113 -webkit-region-break-before type_name=EPageBreak, initial=initialPageBreak 114 -webkit-region-break-before type_name=EPageBreak, initial=initialPageBreak
114 -webkit-region-break-inside type_name=EPageBreak, initial=initialPageBreak 115 -webkit-region-break-inside type_name=EPageBreak, initial=initialPageBreak
115 -webkit-region-overflow type_name=RegionOverflow 116 -webkit-region-overflow type_name=RegionOverflow
116 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering 117 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering
117 -webkit-ruby-position type_name=RubyPosition 118 -webkit-ruby-position type_name=RubyPosition
118 -webkit-shape-margin apply_type=length 119 -webkit-shape-margin apply_type=length
119 -webkit-shape-padding apply_type=length 120 -webkit-shape-padding apply_type=length
120 -webkit-text-align-last type_name=TextAlignLast, condition=CSS3_TEXT 121 -webkit-text-align-last type_name=TextAlignLast, condition=CSS3_TEXT
121 -webkit-text-combine type_name=TextCombine 122 -webkit-text-combine type_name=TextCombine
122 -webkit-text-decoration-style type_name=TextDecorationStyle, condition=CSS3_TEXT
123 -webkit-text-emphasis-position type_name=TextEmphasisPosition 123 -webkit-text-emphasis-position type_name=TextEmphasisPosition
124 -webkit-text-security 124 -webkit-text-security
125 -webkit-transform-origin-x apply_type=length 125 -webkit-transform-origin-x apply_type=length
126 -webkit-transform-origin-y apply_type=length 126 -webkit-transform-origin-y apply_type=length
127 -webkit-transform-style name_for_methods=TransformStyle3D 127 -webkit-transform-style name_for_methods=TransformStyle3D
128 -webkit-user-drag 128 -webkit-user-drag
129 -webkit-user-modify 129 -webkit-user-modify
130 -webkit-user-select 130 -webkit-user-select
131 -webkit-wrap-flow type_name=WrapFlow 131 -webkit-wrap-flow type_name=WrapFlow
132 -webkit-wrap-through type_name=WrapThrough 132 -webkit-wrap-through type_name=WrapThrough
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/CSSProperty.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698