LibWeb/HTML: MathML's <ms> is a special tag
This is an omission I noticed while browsing some code :^)
This commit is contained in:
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
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue