@@ -37,11 +37,11 @@ class HTMLSanitizerMixin(object):
3737 'dir' , 'disabled' , 'enctype' , 'for' , 'frame' , 'headers' , 'height' ,
3838 'href' , 'hreflang' , 'hspace' , 'id' , 'ismap' , 'label' , 'lang' ,
3939 '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' ]
4545
4646 mathml_attributes = ['actiontype' , 'align' , 'columnalign' , 'columnalign' ,
4747 'columnalign' , 'columnlines' , 'columnspacing' , 'columnspan' , 'depth' ,
0 commit comments