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

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: Fixed a typo in css-properties-as-js-properties-expected-expected.txt 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 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 163 text-line-through
161 text-line-through-color 164 text-line-through-color
162 text-line-through-mode 165 text-line-through-mode
163 text-line-through-style 166 text-line-through-style
164 text-line-through-width 167 text-line-through-width
165 text-overflow 168 text-overflow
166 text-overline 169 text-overline
167 text-overline-color 170 text-overline-color
168 text-overline-mode 171 text-overline-mode
169 text-overline-style 172 text-overline-style
170 text-overline-width 173 text-overline-width
171 text-shadow 174 text-shadow
172 text-transform 175 text-transform
173 -epub-text-transform alias_for=text-transform 176 -epub-text-transform alias_for=text-transform
174 text-underline 177 text-underline
175 text-underline-color 178 text-underline-color
176 text-underline-mode 179 text-underline-mode
177 text-underline-style 180 text-underline-style
178 text-underline-width 181 text-underline-width
182 text-underline-position
179 top 183 top
180 transition 184 transition
181 transition-delay 185 transition-delay
182 transition-duration 186 transition-duration
183 transition-property 187 transition-property
184 transition-timing-function 188 transition-timing-function
185 189
186 unicode-bidi 190 unicode-bidi
187 unicode-range 191 unicode-range
188 vertical-align 192 vertical-align
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 -webkit-padding-start 351 -webkit-padding-start
348 -webkit-perspective 352 -webkit-perspective
349 -webkit-perspective-origin 353 -webkit-perspective-origin
350 -webkit-perspective-origin-x 354 -webkit-perspective-origin-x
351 -webkit-perspective-origin-y 355 -webkit-perspective-origin-y
352 -webkit-print-color-adjust 356 -webkit-print-color-adjust
353 -webkit-rtl-ordering 357 -webkit-rtl-ordering
354 -webkit-ruby-position 358 -webkit-ruby-position
355 -webkit-text-combine 359 -webkit-text-combine
356 -epub-text-combine alias_for=-webkit-text-combine 360 -epub-text-combine alias_for=-webkit-text-combine
357 -webkit-text-decoration-line condition=CSS3_TEXT
358 -webkit-text-decoration-style condition=CSS3_TEXT
359 -webkit-text-decoration-color condition=CSS3_TEXT
360 -webkit-text-align-last condition=CSS3_TEXT 361 -webkit-text-align-last condition=CSS3_TEXT
361 -webkit-text-underline-position condition=CSS3_TEXT
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