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

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

Issue 234453002: Remove SVG1.1 kerning property (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More TestExpectations updates 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/css/SVGCSSPropertyNames.in ('k') | Source/core/css/parser/CSSPropertyParser.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 // SVG CSS value names 2 // SVG CSS value names
3 // 3 //
4 4
5 // CSS_PROP_*_COLOR 5 // CSS_PROP_*_COLOR
6 // 6 //
7 aliceblue 7 aliceblue
8 alpha 8 alpha
9 antiquewhite 9 antiquewhite
10 // aqua 10 // aqua
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 252
253 // CSS_PROP_DOMINANT_BASELINE 253 // CSS_PROP_DOMINANT_BASELINE
254 //auto 254 //auto
255 use-script 255 use-script
256 no-change 256 no-change
257 reset-size 257 reset-size
258 258
259 // CSS_PROP_GLYPH_ORIENTATION_HORIZONTAL 259 // CSS_PROP_GLYPH_ORIENTATION_HORIZONTAL
260 260
261 // CSS_PROP_GLYPH_ORIENTATION_VERTICAL 261 // CSS_PROP_GLYPH_ORIENTATION_VERTICAL
262 // CSS_PROP_KERNING
263 // CSS_PROP_TEXT_ANCHOR 262 // CSS_PROP_TEXT_ANCHOR
264 // start 263 // start
265 // middle 264 // middle
266 // end 265 // end
267 266
268 // CSS_PROP_BUFFERED_RENDERING 267 // CSS_PROP_BUFFERED_RENDERING
269 // auto 268 // auto
270 // static 269 // static
271 dynamic 270 dynamic
272 271
273 // CSS_PROP_VECTOR_EFFECT 272 // CSS_PROP_VECTOR_EFFECT
274 // none 273 // none
275 non-scaling-stroke 274 non-scaling-stroke
276 275
277 // CSS_PROP_PAINT_ORDER 276 // CSS_PROP_PAINT_ORDER
278 // normal 277 // normal
279 // fill 278 // fill
280 // stroke 279 // stroke
281 // markers 280 // markers
OLDNEW
« no previous file with comments | « Source/core/css/SVGCSSPropertyNames.in ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698