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

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

Issue 346603007: Remove position: sticky (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
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 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 // right 893 // right
894 maximum 894 maximum
895 // clear 895 // clear
896 896
897 // -webkit-wrap-through 897 // -webkit-wrap-through
898 wrap 898 wrap
899 // none 899 // none
900 900
901 alphabetic 901 alphabetic
902 902
903 // position
904 sticky
905
906 // (pointer:) media feature 903 // (pointer:) media feature
907 // none 904 // none
908 coarse 905 coarse
909 fine 906 fine
910 907
911 // blend modes 908 // blend modes
912 // normal 909 // normal
913 multiply 910 multiply
914 screen 911 screen
915 // overlay 912 // overlay
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 996
1000 // will-change 997 // will-change
1001 // auto 998 // auto
1002 contents 999 contents
1003 scroll-position 1000 scroll-position
1004 1001
1005 // all 1002 // all
1006 // initial 1003 // initial
1007 // inherit 1004 // inherit
1008 unset 1005 unset
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/parser/BisonCSSParser-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698