8000 Merge pull request #355 from willkg/339-typo · siddht5/html5lib-python@f4a6773 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit f4a6773

Browse files
authored
Merge pull request html5lib#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

Lines changed: 1 addition & 1 deletion
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)
0