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

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

Issue 698613002: Remove border-fit. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « sky/engine/core/css/CSSProperties.in ('k') | sky/engine/core/css/parser/BisonCSSParser-in.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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 contain 562 contain
563 cover 563 cover
564 564
565 // 565 //
566 // -webkit-rtl-ordering 566 // -webkit-rtl-ordering
567 // 567 //
568 logical 568 logical
569 visual 569 visual
570 570
571 // 571 //
572 // -webkit-border-fit
573 //
574 lines
575
576 //
577 // animation-direction 572 // animation-direction
578 // 573 //
579 // alternate 574 // alternate
580 575
581 alternate-reverse 576 alternate-reverse
582 577
583 // 578 //
584 // animation-fill-mode 579 // animation-fill-mode
585 // 580 //
586 // forwards 581 // forwards
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 822
828 // will-change 823 // will-change
829 // auto 824 // auto
830 contents 825 contents
831 scroll-position 826 scroll-position
832 827
833 // all 828 // all
834 // initial 829 // initial
835 // inherit 830 // inherit
836 unset 831 unset
OLDNEW
« no previous file with comments | « sky/engine/core/css/CSSProperties.in ('k') | sky/engine/core/css/parser/BisonCSSParser-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698