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

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

Issue 1212893005: Add position: sticky as supported position value when CSSStickyPosition is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merge, convert pixel to ref tests, and address comments. Created 5 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
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 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 // farthest-side 843 // farthest-side
844 844
845 alphabetic 845 alphabetic
846 846
847 // (display-mode:) media feature 847 // (display-mode:) media feature
848 fullscreen 848 fullscreen
849 standalone 849 standalone
850 minimal-ui 850 minimal-ui
851 browser 851 browser
852 852
853 // position
854 sticky
855
853 // (pointer:) media feature 856 // (pointer:) media feature
854 // none 857 // none
855 coarse 858 coarse
856 fine 859 fine
857 860
858 // (hover:) media feature 861 // (hover:) media feature
859 // none 862 // none
860 on-demand 863 on-demand
861 hover 864 hover
862 865
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 // motion path 1051 // motion path
1049 path 1052 path
1050 1053
1051 calc 1054 calc
1052 -webkit-calc 1055 -webkit-calc
1053 1056
1054 // scroll-snap-type 1057 // scroll-snap-type
1055 // none 1058 // none
1056 mandatory 1059 mandatory
1057 proximity 1060 proximity
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/parser/CSSParserFastPaths.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698