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

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

Issue 22482004: Add support for the object-fit CSS property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase for landing Created 7 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 | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/SVGCSSComputedStyleDeclaration.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 966 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 // -webkit-grid-{start|end|before|after} 977 // -webkit-grid-{start|end|before|after}
978 span 978 span
979 979
980 // text-indent 980 // text-indent
981 -webkit-each-line condition=CSS3_TEXT 981 -webkit-each-line condition=CSS3_TEXT
982 982
983 // (scan:) media feature 983 // (scan:) media feature
984 progressive 984 progressive
985 interlace 985 interlace
986 986
987 // CSS_PROP_PAINT_ORDER
988 // normal
989 // fill
990 // stroke
991 markers
992
987 // 993 //
988 // CSS3 viewport-length keywords 994 // CSS3 viewport-length keywords
989 // 995 //
990 -internal-extend-to-zoom 996 -internal-extend-to-zoom
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/SVGCSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698