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

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

Issue 607593002: Remove -webkit-border-fit (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/css/CSSProperties.in ('k') | Source/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 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 contain 707 contain
708 cover 708 cover
709 709
710 // 710 //
711 // -webkit-rtl-ordering 711 // -webkit-rtl-ordering
712 // 712 //
713 logical 713 logical
714 visual 714 visual
715 715
716 // 716 //
717 // -webkit-border-fit
718 //
719 lines
720
721 //
722 // animation-direction 717 // animation-direction
723 // 718 //
724 // alternate 719 // alternate
725 720
726 alternate-reverse 721 alternate-reverse
727 722
728 // 723 //
729 // animation-fill-mode 724 // animation-fill-mode
730 // 725 //
731 // forwards 726 // forwards
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 985
991 // will-change 986 // will-change
992 // auto 987 // auto
993 contents 988 contents
994 scroll-position 989 scroll-position
995 990
996 // all 991 // all
997 // initial 992 // initial
998 // inherit 993 // inherit
999 unset 994 unset
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperties.in ('k') | Source/core/css/parser/BisonCSSParser-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698