From f32994553539b6ecde1640cef785024b076ba025 Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Tue, 31 Oct 2017 17:21:30 -0400 Subject: [PATCH] Fix annotaion-xml typo Fixes #339 --- html5lib/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html5lib/constants.py b/html5lib/constants.py index 975aa021..70a80b23 100644 --- a/html5lib/constants.py +++ b/html5lib/constants.py @@ -423,7 +423,7 @@ ]) htmlIntegrationPointElements = frozenset([ - (namespaces["mathml"], "annotaion-xml"), + (namespaces["mathml"], "annotation-xml"), (namespaces["svg"], "foreignObject"), (namespaces["svg"], "desc"), (namespaces["svg"], "title")