SVGElement dummy

This commit is contained in:
sjorsdonkers
2025-04-24 14:35:05 +02:00
parent 4db80cb9e7
commit 7d742d62b8
3 changed files with 34 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ pub const Element = struct {
pub fn toInterface(e: *parser.Element) !Union {
return try HTMLElem.toInterface(Union, e);
// SVGElement and MathML are not supported yet.
}
// JS funcs