LibWeb/HTML: MathML's <ms> is a special tag

This is an omission I noticed while browsing some code :^)
This commit is contained in:
Jamie Mansfield
2024-08-16 19:09:40 +01:00
committed by Andreas Kling
parent 1365289d98
commit b3fa8f0ce2

View File

@@ -1654,6 +1654,7 @@ bool HTMLParser::is_special_tag(FlyString const& tag_name, Optional<FlyString> c
MathML::TagNames::mi,
MathML::TagNames::mo,
MathML::TagNames::mn,
MathML::TagNames::ms,
MathML::TagNames::mtext,
MathML::TagNames::annotation_xml);
}