BUGFIX: Do not allow font tags.

This commit is contained in:
Robin Ward 2014-02-20 11:10:15 -05:00
parent bc5168c3c7
commit a57ecef253

View file

@ -835,9 +835,6 @@ html4.ATTRIBS = {
'dir::compact': 0,
'div::align': 0,
'dl::compact': 0,
'font::color': 0,
'font::face': 0,
'font::size': 0,
'h1::align': 0,
'h2::align': 0,
'h3::align': 0,
@ -944,7 +941,6 @@ html4.ELEMENTS = {
'em': 0,
'figcaption': 0,
'figure': 0,
'font': 0,
'frame': 274,
'frameset': 272,
'h1': 0,
@ -1052,7 +1048,6 @@ html4.ELEMENT_DOM_INTERFACES = {
'fieldset': 'HTMLFieldSetElement',
'figcaption': 'HTMLElement',
'figure': 'HTMLElement',
'font': 'HTMLFontElement',
'footer': 'HTMLElement',
'form': 'HTMLFormElement',
'frame': 'HTMLFrameElement',