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

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

Issue 853483003: Add support for 'display-mode' MQ defined in Manifest spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased 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 | 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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 861
862 // shape-outside 862 // shape-outside
863 nonzero 863 nonzero
864 evenodd 864 evenodd
865 at 865 at
866 // closest-side 866 // closest-side
867 // farthest-side 867 // farthest-side
868 868
869 alphabetic 869 alphabetic
870 870
871 // (display-mode:) media feature
872 fullscreen
873 standalone
874 minimal-ui
875 browser
876
871 // (pointer:) media feature 877 // (pointer:) media feature
872 // none 878 // none
873 coarse 879 coarse
874 fine 880 fine
875 881
876 // (hover:) media feature 882 // (hover:) media feature
877 // none 883 // none
878 on-demand 884 on-demand
879 hover 885 hover
880 886
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 translatex 1062 translatex
1057 translatey 1063 translatey
1058 translatez 1064 translatez
1059 translate3d 1065 translate3d
1060 1066
1061 // motion path 1067 // motion path
1062 path 1068 path
1063 1069
1064 calc 1070 calc
1065 -webkit-calc 1071 -webkit-calc
OLDNEW
« no previous file with comments | « LayoutTests/fast/media/mq-display-mode-expected.txt ('k') | Source/core/css/DisplayModeProperties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698