8000 Fix incorrect innerHTML assert · html5lib/html5lib-python@d67a214 · GitHub
[go: up one dir, main page]

Skip to content

Commit d67a214

Browse files
author
James Graham
committed
Fix incorrect innerHTML assert
1 parent 1ae821d commit d67a214

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

html5lib/html5parser.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2083,8 +2083,6 @@ def endTagTableRowGroup(self, token):
20832083
self.endTagTr(impliedTagToken("tr"))
20842084
return token
20852085
else:
2086-
# innerHTML case
2087-
assert self.parser.innerHTML
20882086
self.parser.parseError()
20892087

20902088
def endTagIgnore(self, token):

0 commit comments

Comments
 (0)
0