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

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

Issue 167603002: Implement 'will-change' parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 touch-action 219 touch-action
220 touch-action-delay 220 touch-action-delay
221 221
222 unicode-bidi 222 unicode-bidi
223 unicode-range 223 unicode-range
224 vertical-align 224 vertical-align
225 visibility 225 visibility
226 white-space 226 white-space
227 widows 227 widows
228 width 228 width
229 will-change
229 word-break 230 word-break
230 -epub-word-break alias_for=word-break 231 -epub-word-break alias_for=word-break
231 word-spacing 232 word-spacing
232 word-wrap 233 word-wrap
233 z-index 234 z-index
234 -webkit-appearance 235 -webkit-appearance
235 -webkit-aspect-ratio 236 -webkit-aspect-ratio
236 -webkit-backface-visibility 237 -webkit-backface-visibility
237 -webkit-background-clip 238 -webkit-background-clip
238 -webkit-background-composite 239 -webkit-background-composite
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 user-zoom 423 user-zoom
423 -webkit-tap-highlight-color 424 -webkit-tap-highlight-color
424 -webkit-app-region 425 -webkit-app-region
425 426
426 // Internal properties. 427 // Internal properties.
427 -internal-marquee-direction 428 -internal-marquee-direction
428 -internal-marquee-increment 429 -internal-marquee-increment
429 -internal-marquee-repetition 430 -internal-marquee-repetition
430 -internal-marquee-speed 431 -internal-marquee-speed
431 -internal-marquee-style 432 -internal-marquee-style
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698