You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
html5lib/treebuilders/dom.py
on line 122:
def documentClass(self):
self.dom = Dom.getDOMImplementation().createDocument(None,None,None)
return self
and in file html5lib/treebuilders/_base.py
on line 131:
self.document = self.documentClass()
circular reference!
Original issue reported on code.google.com by [email protected] on 9 Oct 2009 at 5:56
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 9 Oct 2009 at 5:56The text was updated successfully, but these errors were encountered: