We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67a214 commit e229566Copy full SHA for e229566
html5lib/constants.py
@@ -308,7 +308,15 @@
308
(namespaces["html"], "table"),
309
(namespaces["html"], "td"),
310
(namespaces["html"], "th"),
311
- (namespaces["svg"], "foreignObject")
+ (namespaces["mathml"], "mi"),
312
+ (namespaces["mathml"], "mo"),
313
+ (namespaces["mathml"], "mn"),
314
+ (namespaces["mathml"], "ms"),
315
+ (namespaces["mathml"], "mtext"),
316
+ (namespaces["mathml"], "annotation-xml"),
317
+ (namespaces["svg"], "foreignObject"),
318
+ (namespaces["svg"], "desc"),
319
+ (namespaces["svg"], "title"),
320
))
321
322
formattingElements = frozenset((
0 commit comments