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

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

Issue 98723006: Parse new circle shape syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase after 164114 Created 7 years 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 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 //auto 909 //auto
910 //optimizeSpeed 910 //optimizeSpeed
911 optimizeQuality 911 optimizeQuality
912 -webkit-optimize-contrast 912 -webkit-optimize-contrast
913 913
914 // shape-inside 914 // shape-inside
915 // shape-outside 915 // shape-outside
916 nonzero 916 nonzero
917 evenodd 917 evenodd
918 outside-shape 918 outside-shape
919 at
920 // closest-side
921 // farthest-side
919 922
920 // -webkit-region-fragment 923 // -webkit-region-fragment
921 // auto 924 // auto
922 break 925 break
923 926
924 // -webkit-wrap-flow 927 // -webkit-wrap-flow
925 // auto 928 // auto
926 // both 929 // both
927 // left 930 // left
928 // right 931 // right
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 // auto 1013 // auto
1011 isolate 1014 isolate
1012 1015
1013 // touch-action-delay 1016 // touch-action-delay
1014 // none 1017 // none
1015 script 1018 script
1016 1019
1017 // touch-action 1020 // touch-action
1018 pan-x 1021 pan-x
1019 pan-y 1022 pan-y
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698