Skip to content

Commit

Permalink
Merge pull request html5lib#355 from willkg/339-typo
Browse files Browse the repository at this point in the history
Fix annotaion-xml typo
  • Loading branch information
willkg committed Nov 6, 2017
2 parents 69606e5 + f329945 commit f4a6773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5lib/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
])

htmlIntegrationPointElements = frozenset([
(namespaces["mathml"], "annotaion-xml"),
(namespaces["mathml"], "annotation-xml"),
(namespaces["svg"], "foreignObject"),
(namespaces["svg"], "desc"),
(namespaces["svg"], "title")
Expand Down

0 comments on commit f4a6773

Please sign in to comment.