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

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

Issue 16337002: Revert "Revert "Implement CSS3TextDecorations runtime flag in favor of CSS3_TEXT"" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/CSSValueKeywords.in » ('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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 quotes 149 quotes
150 resize 150 resize
151 right 151 right
152 size 152 size
153 src 153 src
154 speak 154 speak
155 table-layout 155 table-layout
156 tab-size 156 tab-size
157 text-align 157 text-align
158 text-decoration 158 text-decoration
159 text-decoration-line
160 text-decoration-style
161 text-decoration-color
159 text-indent 162 text-indent
160 text-line-through-color 163 text-line-through-color
161 text-line-through-mode 164 text-line-through-mode
162 text-line-through-style 165 text-line-through-style
163 text-line-through-width 166 text-line-through-width
164 text-overflow 167 text-overflow
165 text-overline-color 168 text-overline-color
166 text-overline-mode 169 text-overline-mode
167 text-overline-style 170 text-overline-style
168 text-overline-width 171 text-overline-width
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 -webkit-padding-start 349 -webkit-padding-start
347 -webkit-perspective 350 -webkit-perspective
348 -webkit-perspective-origin 351 -webkit-perspective-origin
349 -webkit-perspective-origin-x 352 -webkit-perspective-origin-x
350 -webkit-perspective-origin-y 353 -webkit-perspective-origin-y
351 -webkit-print-color-adjust 354 -webkit-print-color-adjust
352 -webkit-rtl-ordering 355 -webkit-rtl-ordering
353 -webkit-ruby-position 356 -webkit-ruby-position
354 -webkit-text-combine 357 -webkit-text-combine
355 -epub-text-combine alias_for=-webkit-text-combine 358 -epub-text-combine alias_for=-webkit-text-combine
356 -webkit-text-decoration-line condition=CSS3_TEXT
357 -webkit-text-decoration-style condition=CSS3_TEXT
358 -webkit-text-decoration-color condition=CSS3_TEXT
359 -webkit-text-align-last condition=CSS3_TEXT 359 -webkit-text-align-last condition=CSS3_TEXT
360 -webkit-text-underline-position condition=CSS3_TEXT 360 -webkit-text-underline-position condition=CSS3_TEXT
361 -webkit-text-decorations-in-effect 361 -webkit-text-decorations-in-effect
362 -webkit-text-emphasis 362 -webkit-text-emphasis
363 -epub-text-emphasis alias_for=-webkit-text-emphasis 363 -epub-text-emphasis alias_for=-webkit-text-emphasis
364 -webkit-text-emphasis-color 364 -webkit-text-emphasis-color
365 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color 365 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color
366 -webkit-text-emphasis-position 366 -webkit-text-emphasis-position
367 -webkit-text-emphasis-style 367 -webkit-text-emphasis-style
368 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style 368 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style
(...skipping 28 matching lines...) Expand all
397 -webkit-shape-padding 397 -webkit-shape-padding
398 -webkit-wrap-flow 398 -webkit-wrap-flow
399 -webkit-wrap-through 399 -webkit-wrap-through
400 max-zoom condition=CSS_DEVICE_ADAPTATION 400 max-zoom condition=CSS_DEVICE_ADAPTATION
401 min-zoom condition=CSS_DEVICE_ADAPTATION 401 min-zoom condition=CSS_DEVICE_ADAPTATION
402 orientation condition=CSS_DEVICE_ADAPTATION 402 orientation condition=CSS_DEVICE_ADAPTATION
403 user-zoom condition=CSS_DEVICE_ADAPTATION 403 user-zoom condition=CSS_DEVICE_ADAPTATION
404 -webkit-tap-highlight-color 404 -webkit-tap-highlight-color
405 -webkit-app-region 405 -webkit-app-region
406 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING 406 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698