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

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

Issue 21498002: Introduce a SVGUnknownElement class for unknown SVG elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add comment for SVGUnknownElement 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/svg/animation/SVGSMILElement.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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="SVGElement" 3 fallbackInterfaceName="SVGUnknownElement"
4 fallbackJSInterfaceName="SVGElement"
4 5
5 a 6 a
6 #if ENABLE_SVG_FONTS 7 #if ENABLE_SVG_FONTS
7 altGlyph 8 altGlyph
8 altGlyphDef 9 altGlyphDef
9 altGlyphItem 10 altGlyphItem
10 #endif 11 #endif
11 animate 12 animate
12 animateColor 13 animateColor
13 animateMotion 14 animateMotion
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 text 89 text
89 textPath 90 textPath
90 title 91 title
91 tref interfaceName=SVGTRefElement 92 tref interfaceName=SVGTRefElement
92 tspan interfaceName=SVGTSpanElement 93 tspan interfaceName=SVGTSpanElement
93 use constructorNeedsCreatedByParser 94 use constructorNeedsCreatedByParser
94 view 95 view
95 #if ENABLE_SVG_FONTS 96 #if ENABLE_SVG_FONTS
96 vkern interfaceName=SVGVKernElement 97 vkern interfaceName=SVGVKernElement
97 #endif 98 #endif
OLDNEW
« no previous file with comments | « Source/core/svg/animation/SVGSMILElement.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698