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

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

Issue 87973002: add pan-x and pan-y support to CSS touch-action parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: merge to trunk Created 7 years 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 // 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 align-content 5 align-content
6 align-items 6 align-items
7 align-self type_name=EAlignItems 7 align-self type_name=EAlignItems
8 background-attachment custom_all 8 background-attachment custom_all
9 background-blend-mode custom_all 9 background-blend-mode custom_all
10 background-clip custom_all 10 background-clip custom_all
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 text-decoration-line use_handlers_for=CSSPropertyTextDecoration 122 text-decoration-line use_handlers_for=CSSPropertyTextDecoration
123 text-decoration-color custom_all 123 text-decoration-color custom_all
124 text-decoration-style type_name=TextDecorationStyle 124 text-decoration-style type_name=TextDecorationStyle
125 text-indent custom_all 125 text-indent custom_all
126 text-justify type_name=TextJustify 126 text-justify type_name=TextJustify
127 text-overflow type_name=TextOverflow 127 text-overflow type_name=TextOverflow
128 text-rendering custom_all 128 text-rendering custom_all
129 text-shadow converter=convertShadow 129 text-shadow converter=convertShadow
130 text-transform 130 text-transform
131 top type_name=Length, initial=initialOffset, converter=convertLengthOrAuto 131 top type_name=Length, initial=initialOffset, converter=convertLengthOrAuto
132 touch-action type_name=TouchAction, initial=initialTouchAction 132 touch-action type_name=TouchAction, custom_value
133 touch-action-delay type_name=TouchActionDelay, initial=initialTouchActionDelay 133 touch-action-delay type_name=TouchActionDelay, initial=initialTouchActionDelay
134 unicode-bidi 134 unicode-bidi
135 vertical-align custom_value 135 vertical-align custom_value
136 visibility 136 visibility
137 white-space 137 white-space
138 widows type_name=short, custom_all 138 widows type_name=short, custom_all
139 width type_name=Length, initial=initialSize, converter=convertLengthSizing 139 width type_name=Length, initial=initialSize, converter=convertLengthSizing
140 word-break 140 word-break
141 word-spacing type_name=float, initial=initialLetterWordSpacing, converter=conver tSpacing 141 word-spacing type_name=float, initial=initialLetterWordSpacing, converter=conver tSpacing
142 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers. 142 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers.
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage 275 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage
276 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength 276 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength
277 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 277 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
278 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 278 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
279 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit 279 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit
280 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage 280 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage
281 stroke-width svg, type_name=SVGLength, converter=convertSVGLength 281 stroke-width svg, type_name=SVGLength, converter=convertSVGLength
282 text-anchor svg 282 text-anchor svg
283 vector-effect svg 283 vector-effect svg
284 writing-mode svg, type_name=SVGWritingMode 284 writing-mode svg, type_name=SVGWritingMode
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698