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

Side by Side Diff: Source/core/css/CSSValueKeywords.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: Removed updated on text-underline-position for now (to be discussed & re-added later) 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
« no previous file with comments | « Source/core/css/CSSPropertyNames.in ('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 value names 2 // CSS value names
3 // 3 //
4 inherit 4 inherit
5 initial 5 initial
6 // 6 //
7 // CSS_PROP_OUTLINE_STYLE 7 // CSS_PROP_OUTLINE_STYLE
8 // CSS_PROP_BORDER_TOP_STYLE 8 // CSS_PROP_BORDER_TOP_STYLE
9 // CSS_PROP_BORDER_BOTTOM_STYLE 9 // CSS_PROP_BORDER_BOTTOM_STYLE
10 // CSS_PROP_BORDER_LEFT_STYLE 10 // CSS_PROP_BORDER_LEFT_STYLE
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 pre-line 445 pre-line
446 pre-wrap 446 pre-wrap
447 relative 447 relative
448 scroll 448 scroll
449 separate 449 separate
450 show 450 show
451 static 451 static
452 thick 452 thick
453 thin 453 thin
454 underline 454 underline
455 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT
456 wavy 455 wavy
457 #endif
458 -webkit-nowrap 456 -webkit-nowrap
459 457
460 // CSS3 Values 458 // CSS3 Values
461 // CSS_PROP_BOX_ALIGN 459 // CSS_PROP_BOX_ALIGN
462 stretch 460 stretch
463 start 461 start
464 end 462 end
465 //center 463 //center
466 //baseline 464 //baseline
467 465
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 no-drag 986 no-drag
989 987
990 // -webkit-grid-{start|end|before|after} 988 // -webkit-grid-{start|end|before|after}
991 span 989 span
992 990
993 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT 991 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT
994 // text-indent 992 // text-indent
995 -webkit-each-line 993 -webkit-each-line
996 #endif 994 #endif
997 995
OLDNEW
« no previous file with comments | « Source/core/css/CSSPropertyNames.in ('k') | Source/core/css/DeprecatedStyleBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698