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

Side by Side Diff: Source/core/svg/SVGTagNames.in

Issue 137443006: Remove support for <animateColor>. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: test adjustments Created 6 years, 11 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 namespace="SVG" 1 namespace="SVG"
2 namespaceURI="http://www.w3.org/2000/svg" 2 namespaceURI="http://www.w3.org/2000/svg"
3 fallbackInterfaceName="SVGUnknownElement" 3 fallbackInterfaceName="SVGUnknownElement"
4 fallbackJSInterfaceName="SVGElement" 4 fallbackJSInterfaceName="SVGElement"
5 5
6 a 6 a
7 #if ENABLE_SVG_FONTS 7 #if ENABLE_SVG_FONTS
8 altGlyph 8 altGlyph
9 altGlyphDef 9 altGlyphDef
10 altGlyphItem 10 altGlyphItem
11 #endif 11 #endif
12 animate 12 animate
13 animateColor 13 animateColor interfaceName=SVGUnknownElement, JSInterfaceName=SVGElement, noCons tructor
14 animateMotion 14 animateMotion
15 animateTransform 15 animateTransform
16 set 16 set
17 circle 17 circle
18 clipPath 18 clipPath
19 # color-profile 19 # color-profile
20 cursor 20 cursor
21 defs 21 defs
22 desc 22 desc
23 discard 23 discard
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 symbol 87 symbol
88 text 88 text
89 textPath 89 textPath
90 title 90 title
91 tspan interfaceName=SVGTSpanElement 91 tspan interfaceName=SVGTSpanElement
92 use constructorNeedsCreatedByParser 92 use constructorNeedsCreatedByParser
93 view 93 view
94 #if ENABLE_SVG_FONTS 94 #if ENABLE_SVG_FONTS
95 vkern interfaceName=SVGVKernElement 95 vkern interfaceName=SVGVKernElement
96 #endif 96 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698