We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e66bc commit 0148007Copy full SHA for 0148007
1 file changed
src/html5lib/sanitizer.py
@@ -23,7 +23,7 @@ class HTMLSanitizerMixin(object):
23
24
svg_elements = ['a', 'animate', 'animateColor', 'animateMotion',
25
'animateTransform', 'circle', 'defs', 'desc', 'ellipse', 'font-face',
26
- 'font-face-name', 'font-face-src', 'g', 'glyph', 'hkern', 'image',
+ 'font-face-name', 'font-face-src', 'g', 'glyph', 'hkern',
27
'linearGradient', 'line', 'marker', 'metadata', 'missing-glyph',
28
'mpath', 'path', 'polygon', 'polyline', 'radialGradient', 'rect',
29
'set', 'stop', 'svg', 'switch', 'text', 'title', 'tspan', 'use']
0 commit comments