Skip to content

Commit e852205

Browse files
committed
fix(parser): Tag name foreignObject will always be lowercased in HTML
1 parent f917004 commit e852205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const htmlIntegrationElements = new Set([
9595
"ms",
9696
"mtext",
9797
"annotation-xml",
98-
"foreignObject",
98+
"foreignobject",
9999
"desc",
100100
"title",
101101
]);

0 commit comments

Comments
 (0)