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

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

Issue 25687002: Add support for the column-fill property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Put changes to problematic files (for the bots) back in. Created 7 years, 2 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 | « Source/core/css/CSSPropertyNames.in ('k') | Source/core/css/resolver/StyleBuilderCustom.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 automatically 6 // CSSParserModes. Values that have the prefix -internal- are automatically
7 // only for UASheetMode. 7 // only for UASheetMode.
8 8
9 inherit 9 inherit
10 initial 10 initial
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 difference 958 difference
959 exclusion 959 exclusion
960 hue 960 hue
961 saturation 961 saturation
962 color 962 color
963 luminosity 963 luminosity
964 964
965 // object-fit 965 // object-fit
966 scale-down 966 scale-down
967 967
968 // column-fill
969 balance
970
968 // overflow 971 // overflow
969 -webkit-paged-x 972 -webkit-paged-x
970 -webkit-paged-y 973 -webkit-paged-y
971 974
972 // -webkit-app-region 975 // -webkit-app-region
973 drag 976 drag
974 no-drag 977 no-drag
975 978
976 // -webkit-grid-{start|end|before|after} 979 // -webkit-grid-{start|end|before|after}
977 span 980 span
(...skipping 12 matching lines...) Expand all
990 markers 993 markers
991 994
992 // 995 //
993 // CSS3 viewport-length keywords 996 // CSS3 viewport-length keywords
994 // 997 //
995 -internal-extend-to-zoom 998 -internal-extend-to-zoom
996 999
997 // isolation 1000 // isolation
998 // auto 1001 // auto
999 isolate 1002 isolate
OLDNEW
« no previous file with comments | « Source/core/css/CSSPropertyNames.in ('k') | Source/core/css/resolver/StyleBuilderCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698