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

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

Issue 14576017: Implement CSS3TextDecorations runtime flag in favor of CSS3_TEXT (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated css-properties-as-js-properties.html layout test expectations to match new properties. 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
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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 -webkit-padding-start 347 -webkit-padding-start
348 -webkit-perspective 348 -webkit-perspective
349 -webkit-perspective-origin 349 -webkit-perspective-origin
350 -webkit-perspective-origin-x 350 -webkit-perspective-origin-x
351 -webkit-perspective-origin-y 351 -webkit-perspective-origin-y
352 -webkit-print-color-adjust 352 -webkit-print-color-adjust
353 -webkit-rtl-ordering 353 -webkit-rtl-ordering
354 -webkit-ruby-position 354 -webkit-ruby-position
355 -webkit-text-combine 355 -webkit-text-combine
356 -epub-text-combine alias_for=-webkit-text-combine 356 -epub-text-combine alias_for=-webkit-text-combine
357 -webkit-text-decoration-line condition=CSS3_TEXT 357 -webkit-text-decoration-line
358 -webkit-text-decoration-style condition=CSS3_TEXT 358 -webkit-text-decoration-style
359 -webkit-text-decoration-color condition=CSS3_TEXT 359 -webkit-text-decoration-color
360 -webkit-text-align-last condition=CSS3_TEXT 360 -webkit-text-align-last condition=CSS3_TEXT
361 -webkit-text-underline-position condition=CSS3_TEXT 361 -webkit-text-underline-position
362 -webkit-text-decorations-in-effect 362 -webkit-text-decorations-in-effect
363 -webkit-text-emphasis 363 -webkit-text-emphasis
364 -epub-text-emphasis alias_for=-webkit-text-emphasis 364 -epub-text-emphasis alias_for=-webkit-text-emphasis
365 -webkit-text-emphasis-color 365 -webkit-text-emphasis-color
366 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color 366 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color
367 -webkit-text-emphasis-position 367 -webkit-text-emphasis-position
368 -webkit-text-emphasis-style 368 -webkit-text-emphasis-style
369 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style 369 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style
370 -webkit-text-fill-color 370 -webkit-text-fill-color
371 -webkit-text-security 371 -webkit-text-security
(...skipping 27 matching lines...) Expand all
399 -webkit-wrap-flow 399 -webkit-wrap-flow
400 -webkit-wrap-through 400 -webkit-wrap-through
401 -webkit-wrap 401 -webkit-wrap
402 max-zoom condition=CSS_DEVICE_ADAPTATION 402 max-zoom condition=CSS_DEVICE_ADAPTATION
403 min-zoom condition=CSS_DEVICE_ADAPTATION 403 min-zoom condition=CSS_DEVICE_ADAPTATION
404 orientation condition=CSS_DEVICE_ADAPTATION 404 orientation condition=CSS_DEVICE_ADAPTATION
405 user-zoom condition=CSS_DEVICE_ADAPTATION 405 user-zoom condition=CSS_DEVICE_ADAPTATION
406 -webkit-tap-highlight-color 406 -webkit-tap-highlight-color
407 -webkit-app-region 407 -webkit-app-region
408 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING 408 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698