We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2665e0d commit e45339aCopy full SHA for e45339a
html5lib/html5parser.py
@@ -193,6 +193,7 @@ def mainLoop(self):
193
type in (CharactersToken, SpaceCharactersToken))) or
194
(currentNodeNamespace == namespaces["mathml"] and
195
currentNodeName == "annotation-xml" and
196
+ type == StartTagToken and
197
token["name"] == "svg") or
198
(self.isHTMLIntegrationPoint(currentNode) and
199
type in (StartTagToken, CharactersToken, SpaceCharactersToken))):
0 commit comments