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

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

Issue 1429713004: Implement CSS font-display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: failure does not mean loaded Created 5 years, 1 month 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 // 114 //
115 serif 115 serif
116 sans-serif 116 sans-serif
117 cursive 117 cursive
118 fantasy 118 fantasy
119 monospace 119 monospace
120 -webkit-body 120 -webkit-body
121 -webkit-pictograph 121 -webkit-pictograph
122 122
123 // 123 //
124 // font-display
125 //
126 //auto
127 //block
128 swap
129 fallback
130 optional
131
132 //
124 // 133 //
125 // *-color 134 // *-color
126 // 135 //
127 aqua 136 aqua
128 black 137 black
129 blue 138 blue
130 fuchsia 139 fuchsia
131 gray 140 gray
132 green 141 green
133 lime 142 lime
(...skipping 905 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 -webkit-calc 1048 -webkit-calc
1040 1049
1041 // scroll-snap-type 1050 // scroll-snap-type
1042 // none 1051 // none
1043 mandatory 1052 mandatory
1044 proximity 1053 proximity
1045 from-image 1054 from-image
1046 1055
1047 var 1056 var
1048 -internal-variable-value 1057 -internal-variable-value
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp ('k') | third_party/WebKit/Source/core/css/FontFace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698