OLD | NEW |
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 Loading... |
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 Loading... |
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 |
OLD | NEW |