FIX: Remove canvas tag.
This commit is contained in:
@@ -831,8 +831,6 @@ html4.ATTRIBS = {
|
||||
'bdo::dir': 0,
|
||||
'blockquote::cite': 1,
|
||||
'br::clear': 0,
|
||||
'canvas::height': 0,
|
||||
'canvas::width': 0,
|
||||
'caption::align': 0,
|
||||
'col::align': 0,
|
||||
'col::char': 0,
|
||||
@@ -1027,7 +1025,6 @@ html4.ELEMENTS = {
|
||||
'blockquote': 0,
|
||||
'body': 305,
|
||||
'br': 2,
|
||||
'canvas': 0,
|
||||
'caption': 0,
|
||||
'cite': 0,
|
||||
'code': 0,
|
||||
@@ -1148,7 +1145,6 @@ html4.ELEMENT_DOM_INTERFACES = {
|
||||
'blockquote': 'HTMLQuoteElement',
|
||||
'body': 'HTMLBodyElement',
|
||||
'br': 'HTMLBRElement',
|
||||
'canvas': 'HTMLCanvasElement',
|
||||
'caption': 'HTMLTableCaptionElement',
|
||||
'cite': 'HTMLElement',
|
||||
'code': 'HTMLElement',
|
||||
|
||||
Reference in New Issue
Block a user