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

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

Issue 451113002: Updated hover media feature to comply updated media queries spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Change behind RuntimeEnabledFeature status=stable Created 6 years, 4 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
« no previous file with comments | « LayoutTests/fast/media/mq-pointer-expected.txt ('k') | Source/core/css/MediaQueryEvaluator.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 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 // closest-side 889 // closest-side
890 // farthest-side 890 // farthest-side
891 891
892 alphabetic 892 alphabetic
893 893
894 // (pointer:) media feature 894 // (pointer:) media feature
895 // none 895 // none
896 coarse 896 coarse
897 fine 897 fine
898 898
899 // (hover:) media feature
900 // none
901 on-demand
902 hover
903
899 // blend modes 904 // blend modes
900 // normal 905 // normal
901 multiply 906 multiply
902 screen 907 screen
903 // overlay 908 // overlay
904 darken 909 darken
905 lighten 910 lighten
906 color-dodge 911 color-dodge
907 color-burn 912 color-burn
908 hard-light 913 hard-light
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 994
990 // will-change 995 // will-change
991 // auto 996 // auto
992 contents 997 contents
993 scroll-position 998 scroll-position
994 999
995 // all 1000 // all
996 // initial 1001 // initial
997 // inherit 1002 // inherit
998 unset 1003 unset
OLDNEW
« no previous file with comments | « LayoutTests/fast/media/mq-pointer-expected.txt ('k') | Source/core/css/MediaQueryEvaluator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698