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

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

Issue 211033002: Add runtime feature and property names for unprefixed CSS Transforms (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 9 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 | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/RuntimeCSSEnabled.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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 widows 227 widows
228 width 228 width
229 will-change 229 will-change
230 word-break 230 word-break
231 -epub-word-break alias_for=word-break 231 -epub-word-break alias_for=word-break
232 word-spacing 232 word-spacing
233 word-wrap 233 word-wrap
234 z-index 234 z-index
235 -webkit-appearance 235 -webkit-appearance
236 -webkit-aspect-ratio 236 -webkit-aspect-ratio
237 backface-visibility
237 -webkit-backface-visibility 238 -webkit-backface-visibility
238 -webkit-background-clip 239 -webkit-background-clip
239 -webkit-background-composite 240 -webkit-background-composite
240 -webkit-background-origin 241 -webkit-background-origin
241 // -webkit-background-size differs from background-size only in the interpretati on of 242 // -webkit-background-size differs from background-size only in the interpretati on of
242 // a single value: -webkit-background-size: l; is equivalent to background-size: l l; 243 // a single value: -webkit-background-size: l; is equivalent to background-size: l l;
243 // whereas background-size: l; is equivalent to background-size: l auto; 244 // whereas background-size: l; is equivalent to background-size: l auto;
244 -webkit-background-size 245 -webkit-background-size
245 -webkit-border-after 246 -webkit-border-after
246 -webkit-border-after-color 247 -webkit-border-after-color
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 -webkit-max-logical-width 366 -webkit-max-logical-width
366 -webkit-max-logical-height 367 -webkit-max-logical-height
367 -webkit-min-logical-width 368 -webkit-min-logical-width
368 -webkit-min-logical-height 369 -webkit-min-logical-height
369 order 370 order
370 -webkit-order alias_for=order 371 -webkit-order alias_for=order
371 -webkit-padding-after 372 -webkit-padding-after
372 -webkit-padding-before 373 -webkit-padding-before
373 -webkit-padding-end 374 -webkit-padding-end
374 -webkit-padding-start 375 -webkit-padding-start
376 perspective
375 -webkit-perspective 377 -webkit-perspective
378 perspective-origin
376 -webkit-perspective-origin 379 -webkit-perspective-origin
377 -webkit-perspective-origin-x 380 -webkit-perspective-origin-x
378 -webkit-perspective-origin-y 381 -webkit-perspective-origin-y
379 -webkit-print-color-adjust 382 -webkit-print-color-adjust
380 -webkit-rtl-ordering 383 -webkit-rtl-ordering
381 -webkit-ruby-position 384 -webkit-ruby-position
382 -webkit-text-combine 385 -webkit-text-combine
383 -epub-text-combine alias_for=-webkit-text-combine 386 -epub-text-combine alias_for=-webkit-text-combine
384 -webkit-text-decorations-in-effect 387 -webkit-text-decorations-in-effect
385 -webkit-text-emphasis 388 -webkit-text-emphasis
386 -epub-text-emphasis alias_for=-webkit-text-emphasis 389 -epub-text-emphasis alias_for=-webkit-text-emphasis
387 -webkit-text-emphasis-color 390 -webkit-text-emphasis-color
388 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color 391 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color
389 -webkit-text-emphasis-position 392 -webkit-text-emphasis-position
390 -webkit-text-emphasis-style 393 -webkit-text-emphasis-style
391 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style 394 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style
392 -webkit-text-fill-color 395 -webkit-text-fill-color
393 -webkit-text-security 396 -webkit-text-security
394 -webkit-text-stroke 397 -webkit-text-stroke
395 -webkit-text-stroke-color 398 -webkit-text-stroke-color
396 -webkit-text-stroke-width 399 -webkit-text-stroke-width
400 transform
397 -webkit-transform 401 -webkit-transform
402 transform-origin
398 -webkit-transform-origin 403 -webkit-transform-origin
399 -webkit-transform-origin-x 404 -webkit-transform-origin-x
400 -webkit-transform-origin-y 405 -webkit-transform-origin-y
401 -webkit-transform-origin-z 406 -webkit-transform-origin-z
407 transform-style
402 -webkit-transform-style 408 -webkit-transform-style
403 -webkit-user-drag 409 -webkit-user-drag
404 -webkit-user-modify 410 -webkit-user-modify
405 -webkit-user-select 411 -webkit-user-select
406 -webkit-shape-inside alias_for=shape-inside 412 -webkit-shape-inside alias_for=shape-inside
407 -webkit-shape-outside alias_for=shape-outside 413 -webkit-shape-outside alias_for=shape-outside
408 -webkit-shape-margin alias_for=shape-margin 414 -webkit-shape-margin alias_for=shape-margin
409 -webkit-shape-padding alias_for=shape-padding 415 -webkit-shape-padding alias_for=shape-padding
410 -webkit-shape-image-threshold alias_for=shape-image-threshold 416 -webkit-shape-image-threshold alias_for=shape-image-threshold
411 shape-inside 417 shape-inside
412 shape-outside 418 shape-outside
413 shape-margin 419 shape-margin
414 shape-padding 420 shape-padding
415 shape-image-threshold 421 shape-image-threshold
416 -webkit-wrap-flow 422 -webkit-wrap-flow
417 -webkit-wrap-through 423 -webkit-wrap-through
418 max-zoom 424 max-zoom
419 min-zoom 425 min-zoom
420 orientation 426 orientation
421 user-zoom 427 user-zoom
422 -webkit-tap-highlight-color 428 -webkit-tap-highlight-color
423 -webkit-app-region 429 -webkit-app-region
424 430
425 // Internal properties. 431 // Internal properties.
426 -internal-marquee-direction 432 -internal-marquee-direction
427 -internal-marquee-increment 433 -internal-marquee-increment
428 -internal-marquee-repetition 434 -internal-marquee-repetition
429 -internal-marquee-speed 435 -internal-marquee-speed
430 -internal-marquee-style 436 -internal-marquee-style
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/RuntimeCSSEnabled.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698