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 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/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 4
5 inherit 5 inherit
6 initial 6 initial
7 // 7 //
8 // CSS_PROP_OUTLINE_STYLE 8 // CSS_PROP_OUTLINE_STYLE
9 // CSS_PROP_BORDER_TOP_STYLE 9 // CSS_PROP_BORDER_TOP_STYLE
10 // CSS_PROP_BORDER_BOTTOM_STYLE 10 // CSS_PROP_BORDER_BOTTOM_STYLE
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 pre-line 446 pre-line
447 pre-wrap 447 pre-wrap
448 relative 448 relative
449 scroll 449 scroll
450 separate 450 separate
451 show 451 show
452 static 452 static
453 thick 453 thick
454 thin 454 thin
455 underline 455 underline
456 wavy condition=CSS3_TEXT 456 wavy
457 -webkit-nowrap 457 -webkit-nowrap
458 458
459 // CSS3 Values 459 // CSS3 Values
460 // CSS_PROP_BOX_ALIGN 460 // CSS_PROP_BOX_ALIGN
461 stretch 461 stretch
462 start 462 start
463 end 463 end
464 //center 464 //center
465 //baseline 465 //baseline
466 466
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 982
983 // -webkit-grid-{start|end|before|after} 983 // -webkit-grid-{start|end|before|after}
984 span 984 span
985 985
986 // text-indent 986 // text-indent
987 -webkit-each-line condition=CSS3_TEXT 987 -webkit-each-line condition=CSS3_TEXT
988 988
989 // (scan:) media feature 989 // (scan:) media feature
990 progressive 990 progressive
991 interlace 991 interlace
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