Add HTMLPictureElement

Fix tag mapping for various types (including Source, which is Picture related).
This commit is contained in:
Karl Seguin
2026-02-09 15:38:41 +08:00
parent 0a410a5544
commit 926bd20281
8 changed files with 118 additions and 12 deletions

View File

@@ -38,6 +38,8 @@ pub fn main() !void {
.user_agent_suffix = "internal-tester",
},
} });
defer config.deinit(allocator);
var app = try lp.App.init(allocator, &config);
defer app.deinit();