Skip to content

Commit f329945

Browse files
committed
Fix annotaion-xml typo
Fixes #339
1 parent 194e101 commit f329945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5lib/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
])
424424

425425
htmlIntegrationPointElements = frozenset([
426-
(namespaces["mathml"], "annotaion-xml"),
426+
(namespaces["mathml"], "annotation-xml"),
427427
(namespaces["svg"], "foreignObject"),
428428
(namespaces["svg"], "desc"),
429429
(namespaces["svg"], "title")

0 commit comments

Comments
 (0)