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

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

Issue 22925002: Add support to resolve unprefixed CSS animations properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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
11 // properties that generate animations must be listed first 11 // properties that generate animations must be listed first
12 display 12 display
13 -webkit-animation 13 -webkit-animation
14 -webkit-animation-delay 14 -webkit-animation-delay
15 -webkit-animation-direction 15 -webkit-animation-direction
16 -webkit-animation-duration 16 -webkit-animation-duration
17 -webkit-animation-fill-mode 17 -webkit-animation-fill-mode
18 -webkit-animation-iteration-count 18 -webkit-animation-iteration-count
19 -webkit-animation-name 19 -webkit-animation-name
20 -webkit-animation-play-state 20 -webkit-animation-play-state
21 -webkit-animation-timing-function 21 -webkit-animation-timing-function
22 animation
23 animation-delay
24 animation-direction
25 animation-duration
26 animation-fill-mode
27 animation-iteration-count
28 animation-name
29 animation-play-state
30 animation-timing-function
22 -webkit-transition 31 -webkit-transition
23 -webkit-transition-delay 32 -webkit-transition-delay
24 -webkit-transition-duration 33 -webkit-transition-duration
25 -webkit-transition-property 34 -webkit-transition-property
26 -webkit-transition-timing-function 35 -webkit-transition-timing-function
27 transition 36 transition
28 transition-delay 37 transition-delay
29 transition-duration 38 transition-duration
30 transition-property 39 transition-property
31 transition-timing-function 40 transition-timing-function
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 -webkit-shape-margin 414 -webkit-shape-margin
406 -webkit-shape-padding 415 -webkit-shape-padding
407 -webkit-wrap-flow 416 -webkit-wrap-flow
408 -webkit-wrap-through 417 -webkit-wrap-through
409 max-zoom 418 max-zoom
410 min-zoom 419 min-zoom
411 orientation 420 orientation
412 user-zoom 421 user-zoom
413 -webkit-tap-highlight-color 422 -webkit-tap-highlight-color
414 -webkit-app-region 423 -webkit-app-region
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698