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

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

Issue 15748002: Initial support for experimental touch-action CSS feature (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unnecessary CSSParserContext change Created 7 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
« 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 typename=EBorderStyle, initial=initialBorderStyle 5 border-bottom-style typename=EBorderStyle, initial=initialBorderStyle
6 border-collapse 6 border-collapse
7 border-left-style typename=EBorderStyle, initial=initialBorderStyle 7 border-left-style typename=EBorderStyle, initial=initialBorderStyle
8 border-right-style typename=EBorderStyle, initial=initialBorderStyle 8 border-right-style typename=EBorderStyle, initial=initialBorderStyle
9 border-top-style typename=EBorderStyle, initial=initialBorderStyle 9 border-top-style typename=EBorderStyle, initial=initialBorderStyle
10 bottom applytype=length, initial=initialOffset, useauto 10 bottom applytype=length, initial=initialOffset, useauto
(...skipping 29 matching lines...) Expand all
40 page-break-inside typename=EPageBreak, initial=initialPageBreak 40 page-break-inside typename=EPageBreak, initial=initialPageBreak
41 pointer-events 41 pointer-events
42 position 42 position
43 right applytype=length, initial=initialOffset, useauto 43 right applytype=length, initial=initialOffset, useauto
44 speak 44 speak
45 table-layout 45 table-layout
46 tab-size typename=unsigned 46 tab-size typename=unsigned
47 text-overflow typename=TextOverflow 47 text-overflow typename=TextOverflow
48 text-transform 48 text-transform
49 top applytype=length, initial=initialOffset, useauto 49 top applytype=length, initial=initialOffset, useauto
50 touch-action typename=TouchAction, initial=initialTouchAction
50 unicode-bidi 51 unicode-bidi
51 visibility 52 visibility
52 white-space 53 white-space
53 width applytype=length, initial=initialSize, useauto, useintrinsic 54 width applytype=length, initial=initialSize, useauto, useintrinsic
54 word-break 55 word-break
55 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers. 56 // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' prope rty. So using the same handlers.
56 word-wrap nameformethods=OverflowWrap 57 word-wrap nameformethods=OverflowWrap
57 58
58 -webkit-align-content 59 -webkit-align-content
59 -webkit-align-items 60 -webkit-align-items
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 -webkit-text-emphasis-position typename=TextEmphasisPosition 115 -webkit-text-emphasis-position typename=TextEmphasisPosition
115 -webkit-text-security 116 -webkit-text-security
116 -webkit-transform-origin-x applytype=length 117 -webkit-transform-origin-x applytype=length
117 -webkit-transform-origin-y applytype=length 118 -webkit-transform-origin-y applytype=length
118 -webkit-transform-style nameformethods=TransformStyle3D 119 -webkit-transform-style nameformethods=TransformStyle3D
119 -webkit-user-drag 120 -webkit-user-drag
120 -webkit-user-modify 121 -webkit-user-modify
121 -webkit-user-select 122 -webkit-user-select
122 -webkit-wrap-flow typename=WrapFlow 123 -webkit-wrap-flow typename=WrapFlow
123 -webkit-wrap-through typename=WrapThrough 124 -webkit-wrap-through typename=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