mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 04:52:06 +02: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
Notes:
github-actions[bot]
2024-08-17 05:41:38 +00:00
Author: https://github.com/jamierocks Commit: https://github.com/LadybirdBrowser/ladybird/commit/b3fa8f0ce2b Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1094
@@ -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