mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibWeb/HTML: MathML's <ms> is a special tag
This is an omission I noticed while browsing some code :^)
This commit is contained in:
committed by
Andreas Kling
parent
1365289d98
commit
b3fa8f0ce2
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user