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

Side by Side Diff: Source/core/css/CSSPropertyNames.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/CSSProperty.cpp ('k') | Source/core/css/resolver/StyleResolver.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 // 1 //
2 // CSS property names 2 // CSS property names
3 // 3 //
4 // Some properties are used internally, but are not part of CSS. They are used t o get 4 // Some properties are used internally, but are not part of CSS. They are used t o get
5 // HTML4 compatibility in the rendering engine. 5 // HTML4 compatibility in the rendering engine.
6 // 6 //
7 // Microsoft extensions are documented here: 7 // Microsoft extensions are documented here:
8 // http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp 8 // http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp
9 // 9 //
10 10
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 text-overline-style 167 text-overline-style
168 text-overline-width 168 text-overline-width
169 text-shadow 169 text-shadow
170 text-transform 170 text-transform
171 -epub-text-transform alias_for=text-transform 171 -epub-text-transform alias_for=text-transform
172 text-underline-color 172 text-underline-color
173 text-underline-mode 173 text-underline-mode
174 text-underline-style 174 text-underline-style
175 text-underline-width 175 text-underline-width
176 top 176 top
177 touch-action
177 transition 178 transition
178 transition-delay 179 transition-delay
179 transition-duration 180 transition-duration
180 transition-property 181 transition-property
181 transition-timing-function 182 transition-timing-function
182 183
183 unicode-bidi 184 unicode-bidi
184 unicode-range 185 unicode-range
185 vertical-align 186 vertical-align
186 visibility 187 visibility
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 -webkit-wrap-flow 397 -webkit-wrap-flow
397 -webkit-wrap-through 398 -webkit-wrap-through
398 -webkit-wrap 399 -webkit-wrap
399 max-zoom condition=CSS_DEVICE_ADAPTATION 400 max-zoom condition=CSS_DEVICE_ADAPTATION
400 min-zoom condition=CSS_DEVICE_ADAPTATION 401 min-zoom condition=CSS_DEVICE_ADAPTATION
401 orientation condition=CSS_DEVICE_ADAPTATION 402 orientation condition=CSS_DEVICE_ADAPTATION
402 user-zoom condition=CSS_DEVICE_ADAPTATION 403 user-zoom condition=CSS_DEVICE_ADAPTATION
403 -webkit-tap-highlight-color 404 -webkit-tap-highlight-color
404 -webkit-app-region 405 -webkit-app-region
405 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING 406 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698