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

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

Issue 18686005: Style resolution: Apply animation properties earlier in a separate pass (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix windows build. Created 7 years, 5 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
« no previous file with comments | « no previous file | Source/core/css/resolver/StyleResolver.h » ('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
11 // high-priority property names have to be listed first, to simplify the check 11 // properties that generate animations must be listed first
12 // for applying them first. 12 -webkit-animation
13 -webkit-animation-delay
14 -webkit-animation-direction
15 -webkit-animation-duration
16 -webkit-animation-fill-mode
17 -webkit-animation-iteration-count
18 -webkit-animation-name
19 -webkit-animation-play-state
20 -webkit-animation-timing-function
21 -webkit-transition
22 -webkit-transition-delay
23 -webkit-transition-duration
24 -webkit-transition-property
25 -webkit-transition-timing-function
26 transition
27 transition-delay
28 transition-duration
29 transition-property
30 transition-timing-function
31
32 // next, high-priority properties (those on which other properties can depend)
33 // must be listed
13 color 34 color
14 direction 35 direction
15 display 36 display
16 font 37 font
17 font-family 38 font-family
18 font-size 39 font-size
19 font-style 40 font-style
20 font-variant 41 font-variant
21 font-weight 42 font-weight
22 text-rendering 43 text-rendering
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 text-overline-width 192 text-overline-width
172 text-shadow 193 text-shadow
173 text-transform 194 text-transform
174 -epub-text-transform alias_for=text-transform 195 -epub-text-transform alias_for=text-transform
175 text-underline-color 196 text-underline-color
176 text-underline-mode 197 text-underline-mode
177 text-underline-style 198 text-underline-style
178 text-underline-width 199 text-underline-width
179 top 200 top
180 touch-action 201 touch-action
181 transition
182 transition-delay
183 transition-duration
184 transition-property
185 transition-timing-function
186 202
187 unicode-bidi 203 unicode-bidi
188 unicode-range 204 unicode-range
189 vertical-align 205 vertical-align
190 visibility 206 visibility
191 white-space 207 white-space
192 widows 208 widows
193 width 209 width
194 word-break 210 word-break
195 -epub-word-break alias_for=word-break 211 -epub-word-break alias_for=word-break
196 word-spacing 212 word-spacing
197 word-wrap 213 word-wrap
198 z-index 214 z-index
199 -webkit-animation
200 -webkit-animation-delay
201 -webkit-animation-direction
202 -webkit-animation-duration
203 -webkit-animation-fill-mode
204 -webkit-animation-iteration-count
205 -webkit-animation-name
206 -webkit-animation-play-state
207 -webkit-animation-timing-function
208 -webkit-appearance 215 -webkit-appearance
209 -webkit-aspect-ratio 216 -webkit-aspect-ratio
210 -webkit-backface-visibility 217 -webkit-backface-visibility
211 -webkit-background-clip 218 -webkit-background-clip
212 -webkit-background-composite 219 -webkit-background-composite
213 -webkit-background-origin 220 -webkit-background-origin
214 // -webkit-background-size differs from background-size only in the interpretati on of 221 // -webkit-background-size differs from background-size only in the interpretati on of
215 // a single value: -webkit-background-size: l; is equivalent to background-size: l l; 222 // a single value: -webkit-background-size: l; is equivalent to background-size: l l;
216 // whereas background-size: l; is equivalent to background-size: l auto; 223 // whereas background-size: l; is equivalent to background-size: l auto;
217 -webkit-background-size 224 -webkit-background-size
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 -webkit-text-security 388 -webkit-text-security
382 -webkit-text-stroke 389 -webkit-text-stroke
383 -webkit-text-stroke-color 390 -webkit-text-stroke-color
384 -webkit-text-stroke-width 391 -webkit-text-stroke-width
385 -webkit-transform 392 -webkit-transform
386 -webkit-transform-origin 393 -webkit-transform-origin
387 -webkit-transform-origin-x 394 -webkit-transform-origin-x
388 -webkit-transform-origin-y 395 -webkit-transform-origin-y
389 -webkit-transform-origin-z 396 -webkit-transform-origin-z
390 -webkit-transform-style 397 -webkit-transform-style
391 -webkit-transition
392 -webkit-transition-delay
393 -webkit-transition-duration
394 -webkit-transition-property
395 -webkit-transition-timing-function
396 -webkit-user-drag 398 -webkit-user-drag
397 -webkit-user-modify 399 -webkit-user-modify
398 -webkit-user-select 400 -webkit-user-select
399 -webkit-flow-into 401 -webkit-flow-into
400 -webkit-flow-from 402 -webkit-flow-from
401 -webkit-region-fragment 403 -webkit-region-fragment
402 -webkit-region-break-after 404 -webkit-region-break-after
403 -webkit-region-break-before 405 -webkit-region-break-before
404 -webkit-region-break-inside 406 -webkit-region-break-inside
405 -webkit-shape-inside 407 -webkit-shape-inside
406 -webkit-shape-outside 408 -webkit-shape-outside
407 -webkit-shape-margin 409 -webkit-shape-margin
408 -webkit-shape-padding 410 -webkit-shape-padding
409 -webkit-wrap-flow 411 -webkit-wrap-flow
410 -webkit-wrap-through 412 -webkit-wrap-through
411 max-zoom 413 max-zoom
412 min-zoom 414 min-zoom
413 orientation 415 orientation
414 user-zoom 416 user-zoom
415 -webkit-tap-highlight-color 417 -webkit-tap-highlight-color
416 -webkit-app-region 418 -webkit-app-region
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698