@@ -37,11 +37,11 @@ class HTMLSanitizerMixin(object):
37
37
'dir', 'disabled', 'enctype', 'for', 'frame', 'headers', 'height',
38
38
'href', 'hreflang', 'hspace', 'id', 'ismap', 'label', 'lang',
39
39
'longdesc', 'maxlength', 'media', 'method', 'multiple', 'name',
40
- 'nohref', 'noshade', 'nowrap', 'prompt ', 'readonly ', 'rel', 'rev ',
41
- 'rows ', 'rowspan ', 'rules ', 'scope ', 'selected ', 'shape ', 'size ',
42
- 'span ', 'src ', 'start ', 'style ', 'summary ', 'tabindex ', 'target ',
43
- 'title ', 'type ', 'usemap ', 'valign ', 'value ', 'vspace', 'width ',
44
- 'xml:lang']
40
+ 'nohref', 'noshade', 'nowrap', 'poster ', 'prompt ', 'readonly ',
41
+ 'rel ', 'rev ', 'rows ', 'rowspan ', 'rules ', 'scope ', 'selected ',
42
+ 'shape ', 'size ', 'span ', 'src ', 'start ', 'style ', 'summary ',
43
+ 'tabindex ', 'target ', 'title ', 'type ', 'usemap ', 'valign ',
44
+ 'value', 'vspace', 'width', ' xml:lang']
45
45
46
46
mathml_attributes = ['actiontype', 'align', 'columnalign', 'columnalign',
47
47
'columnalign', 'columnlines', 'columnspacing', 'columnspan', 'depth',
0 commit comments