Skip to content

Commit

Permalink
fix(parser): Tag name foreignObject will always be lowercased in HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Aug 27, 2021
1 parent f917004 commit e852205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const htmlIntegrationElements = new Set([
"ms",
"mtext",
"annotation-xml",
"foreignObject",
"foreignobject",
"desc",
"title",
]);
Expand Down

0 comments on commit e852205

Please sign in to comment.