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

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

Issue 19041005: Introduce css3TextEnabled instead of CSS3_TEXT. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing 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
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/DeprecatedStyleBuilder.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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 position 148 position
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-align-last
158 text-decoration 159 text-decoration
159 text-decoration-line 160 text-decoration-line
160 text-decoration-style 161 text-decoration-style
161 text-decoration-color 162 text-decoration-color
162 text-indent 163 text-indent
163 text-line-through-color 164 text-line-through-color
164 text-line-through-mode 165 text-line-through-mode
165 text-line-through-style 166 text-line-through-style
166 text-line-through-width 167 text-line-through-width
167 text-overflow 168 text-overflow
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 -webkit-padding-start 361 -webkit-padding-start
361 -webkit-perspective 362 -webkit-perspective
362 -webkit-perspective-origin 363 -webkit-perspective-origin
363 -webkit-perspective-origin-x 364 -webkit-perspective-origin-x
364 -webkit-perspective-origin-y 365 -webkit-perspective-origin-y
365 -webkit-print-color-adjust 366 -webkit-print-color-adjust
366 -webkit-rtl-ordering 367 -webkit-rtl-ordering
367 -webkit-ruby-position 368 -webkit-ruby-position
368 -webkit-text-combine 369 -webkit-text-combine
369 -epub-text-combine alias_for=-webkit-text-combine 370 -epub-text-combine alias_for=-webkit-text-combine
370 -webkit-text-align-last condition=CSS3_TEXT
371 -webkit-text-underline-position condition=CSS3_TEXT 371 -webkit-text-underline-position condition=CSS3_TEXT
372 -webkit-text-decorations-in-effect 372 -webkit-text-decorations-in-effect
373 -webkit-text-emphasis 373 -webkit-text-emphasis
374 -epub-text-emphasis alias_for=-webkit-text-emphasis 374 -epub-text-emphasis alias_for=-webkit-text-emphasis
375 -webkit-text-emphasis-color 375 -webkit-text-emphasis-color
376 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color 376 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color
377 -webkit-text-emphasis-position 377 -webkit-text-emphasis-position
378 -webkit-text-emphasis-style 378 -webkit-text-emphasis-style
379 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style 379 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style
380 -webkit-text-fill-color 380 -webkit-text-fill-color
(...skipping 26 matching lines...) Expand all
407 -webkit-shape-margin 407 -webkit-shape-margin
408 -webkit-shape-padding 408 -webkit-shape-padding
409 -webkit-wrap-flow 409 -webkit-wrap-flow
410 -webkit-wrap-through 410 -webkit-wrap-through
411 max-zoom 411 max-zoom
412 min-zoom 412 min-zoom
413 orientation 413 orientation
414 user-zoom 414 user-zoom
415 -webkit-tap-highlight-color 415 -webkit-tap-highlight-color
416 -webkit-app-region 416 -webkit-app-region
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/DeprecatedStyleBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698