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

Side by Side Diff: sky/engine/core/css/CSSValueKeywords.in

Issue 878303002: Remove more scrolling code from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/core/css/CSSProperties.in ('k') | sky/engine/core/css/MediaValues.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 // The mode argument is used to limit the keyword to be used only for certain 5 // The mode argument is used to limit the keyword to be used only for certain
6 // CSSParserModes. Values that have the prefix -internal- are only allowed by 6 // CSSParserModes. Values that have the prefix -internal- are only allowed by
7 // CSSParserModes listed in allowInternalPropertyAndValue() 7 // CSSParserModes listed in allowInternalPropertyAndValue()
8 8
9 inherit 9 inherit
10 initial 10 initial
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 line-through 359 line-through
360 local 360 local
361 nowrap 361 nowrap
362 overlay 362 overlay
363 overline 363 overline
364 portrait 364 portrait
365 pre 365 pre
366 pre-line 366 pre-line
367 pre-wrap 367 pre-wrap
368 relative 368 relative
369 scroll
370 separate 369 separate
371 show 370 show
372 static 371 static
373 thick 372 thick
374 thin 373 thin
375 underline 374 underline
376 wavy 375 wavy
377 -webkit-nowrap 376 -webkit-nowrap
378 377
379 // CSS3 Values 378 // CSS3 Values
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 self-start 775 self-start
777 self-end 776 self-end
778 // flex-start 777 // flex-start
779 // flex-end 778 // flex-end
780 // left 779 // left
781 // right 780 // right
782 true 781 true
783 safe 782 safe
784 legacy 783 legacy
785 784
786 // scroll-behavior
787 instant
788 smooth
789
790 // will-change 785 // will-change
791 // auto 786 // auto
792 contents 787 contents
793 scroll-position
794 788
795 // all 789 // all
796 // initial 790 // initial
797 // inherit 791 // inherit
798 unset 792 unset
OLDNEW
« no previous file with comments | « sky/engine/core/css/CSSProperties.in ('k') | sky/engine/core/css/MediaValues.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698