html: add em tag

This commit is contained in:
Pierre Tachoire
2024-01-19 17:42:22 +01:00
parent b2d5ee237b
commit c2106b4b77
2 changed files with 2 additions and 1 deletions

View File

@@ -120,6 +120,7 @@ pub const Tag = enum(u8) {
datalist = c.DOM_HTML_ELEMENT_TYPE_DATALIST,
dir = c.DOM_HTML_ELEMENT_TYPE_DIR,
div = c.DOM_HTML_ELEMENT_TYPE_DIV,
em = c.DOM_HTML_ELEMENT_TYPE_EM,
embed = c.DOM_HTML_ELEMENT_TYPE_EMBED,
figcaption = c.DOM_HTML_ELEMENT_TYPE_FIGCAPTION,
figure = c.DOM_HTML_ELEMENT_TYPE_FIGURE,