Skip to content

Commit f4a6773

Browse files
authored
Merge pull request #355 from willkg/339-typo
Fix annotaion-xml typo
2 parents 69606e5 + f329945 commit f4a6773

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)