-
Committer:
Jacques Distler
-
Date:
2016年07月05日 03:47:44 UTC
-
Revision ID:
distler@golem.ph.utexas.edu-20160705034744-m7a174s40enka5z9
Well-formedness
The sanitizer allows certain namespaced attributes through,
but does not enforce that the namespace was actually declared
on a parent of the element being sanitized. Solve this by
just declaring these namespaces on the <body> element.
Thanks to Rod McGuire for pointing out the issue.