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

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

Issue 40733004: Replace compile flag with runtime check for text-underline-position (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed a typo in static function compileUnderlineOffset signature / Rebase Created 7 years, 1 month 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
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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 text-overline-mode 205 text-overline-mode
206 text-overline-style 206 text-overline-style
207 text-overline-width 207 text-overline-width
208 text-shadow 208 text-shadow
209 text-transform 209 text-transform
210 -epub-text-transform alias_for=text-transform 210 -epub-text-transform alias_for=text-transform
211 text-underline-color 211 text-underline-color
212 text-underline-mode 212 text-underline-mode
213 text-underline-style 213 text-underline-style
214 text-underline-width 214 text-underline-width
215 text-underline-position
215 top 216 top
216 touch-action 217 touch-action
217 touch-action-delay 218 touch-action-delay
218 219
219 unicode-bidi 220 unicode-bidi
220 unicode-range 221 unicode-range
221 vertical-align 222 vertical-align
222 visibility 223 visibility
223 white-space 224 white-space
224 widows 225 widows
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 -webkit-padding-start 376 -webkit-padding-start
376 -webkit-perspective 377 -webkit-perspective
377 -webkit-perspective-origin 378 -webkit-perspective-origin
378 -webkit-perspective-origin-x 379 -webkit-perspective-origin-x
379 -webkit-perspective-origin-y 380 -webkit-perspective-origin-y
380 -webkit-print-color-adjust 381 -webkit-print-color-adjust
381 -webkit-rtl-ordering 382 -webkit-rtl-ordering
382 -webkit-ruby-position 383 -webkit-ruby-position
383 -webkit-text-combine 384 -webkit-text-combine
384 -epub-text-combine alias_for=-webkit-text-combine 385 -epub-text-combine alias_for=-webkit-text-combine
385 -webkit-text-underline-position condition=CSS3_TEXT
Julien - ping for review 2013/10/31 22:54:07 Same comment here about a "conditional" follow-up.
abinader 2013/11/01 12:16:42 Ack!
386 -webkit-text-decorations-in-effect 386 -webkit-text-decorations-in-effect
387 -webkit-text-emphasis 387 -webkit-text-emphasis
388 -epub-text-emphasis alias_for=-webkit-text-emphasis 388 -epub-text-emphasis alias_for=-webkit-text-emphasis
389 -webkit-text-emphasis-color 389 -webkit-text-emphasis-color
390 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color 390 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color
391 -webkit-text-emphasis-position 391 -webkit-text-emphasis-position
392 -webkit-text-emphasis-style 392 -webkit-text-emphasis-style
393 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style 393 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style
394 -webkit-text-fill-color 394 -webkit-text-fill-color
395 -webkit-text-security 395 -webkit-text-security
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 user-zoom 429 user-zoom
430 -webkit-tap-highlight-color 430 -webkit-tap-highlight-color
431 -webkit-app-region 431 -webkit-app-region
432 432
433 // Internal properties. 433 // Internal properties.
434 -internal-marquee-direction 434 -internal-marquee-direction
435 -internal-marquee-increment 435 -internal-marquee-increment
436 -internal-marquee-repetition 436 -internal-marquee-repetition
437 -internal-marquee-speed 437 -internal-marquee-speed
438 -internal-marquee-style 438 -internal-marquee-style
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698