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

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

Issue 224723023: Implements hanging property for text-indent from CSS3 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update description Created 6 years, 8 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
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 964 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 975
976 // -webkit-app-region 976 // -webkit-app-region
977 drag 977 drag
978 no-drag 978 no-drag
979 979
980 // -webkit-grid-{start|end|before|after} 980 // -webkit-grid-{start|end|before|after}
981 span 981 span
982 982
983 // text-indent 983 // text-indent
984 each-line 984 each-line
985 //hanging // hanging exists in SVGCSSValueKeywords.in
985 986
986 // (scan:) media feature 987 // (scan:) media feature
987 progressive 988 progressive
988 interlace 989 interlace
989 990
990 // CSS_PROP_PAINT_ORDER 991 // CSS_PROP_PAINT_ORDER
991 // normal 992 // normal
992 // fill 993 // fill
993 // stroke 994 // stroke
994 markers 995 markers
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 safe 1029 safe
1029 1030
1030 // scroll-behavior 1031 // scroll-behavior
1031 instant 1032 instant
1032 smooth 1033 smooth
1033 1034
1034 // will-change 1035 // will-change
1035 // auto 1036 // auto
1036 contents 1037 contents
1037 scroll-position 1038 scroll-position
OLDNEW
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698