Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite45339a

Browse files
committed
Fix#258: annotation-xml branch didn't check tag type
1 parent2665e0d commite45339a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎html5lib/html5parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ def mainLoop(self):
193193
typein (CharactersToken,SpaceCharactersToken)))or
194194
(currentNodeNamespace==namespaces["mathml"]and
195195
currentNodeName=="annotation-xml"and
196+
type==StartTagTokenand
196197
token["name"]=="svg")or
197198
(self.isHTMLIntegrationPoint(currentNode)and
198199
typein (StartTagToken,CharactersToken,SpaceCharactersToken))):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp