mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 23:57:25 +00:00
LibWeb: Adjust foreignobject to foreignObject in HTML parser
This conversion was missing from the table we copied from the spec for whatever reason.
This commit is contained in:
@@ -2131,6 +2131,7 @@ void HTMLParser::adjust_svg_tag_names(HTMLToken& token)
|
||||
token.adjust_tag_name("fepointlight", "fePointLight");
|
||||
token.adjust_tag_name("fespecularlighting", "feSpecularLighting");
|
||||
token.adjust_tag_name("fespotlight", "feSpotlight");
|
||||
token.adjust_tag_name("foreignobject", "foreignObject");
|
||||
token.adjust_tag_name("glyphref", "glyphRef");
|
||||
token.adjust_tag_name("lineargradient", "linearGradient");
|
||||
token.adjust_tag_name("radialgradient", "radialGradient");
|
||||
|
||||
Reference in New Issue
Block a user