diff --git a/lib/utils/deprecated-html-elements.json b/lib/utils/deprecated-html-elements.json index 1d9d67968..63a3f7162 100644 --- a/lib/utils/deprecated-html-elements.json +++ b/lib/utils/deprecated-html-elements.json @@ -6,14 +6,10 @@ "big", "blink", "center", - "command", - "content", "dir", - "element", "font", "frame", "frameset", - "image", "isindex", "keygen", "listing", @@ -24,8 +20,10 @@ "nobr", "noembed", "noframes", + "param", "plaintext", - "shadow", + "rb", + "rtc", "spacer", "strike", "tt", diff --git a/lib/utils/html-elements.json b/lib/utils/html-elements.json index 6911e3482..829b6f841 100644 --- a/lib/utils/html-elements.json +++ b/lib/utils/html-elements.json @@ -1,120 +1,116 @@ [ - "html", - "body", - "base", - "head", - "link", - "meta", - "style", - "title", + "a", + "abbr", "address", + "area", "article", "aside", + "audio", + "b", + "base", + "bdi", + "bdo", + "blockquote", + "body", + "br", + "button", + "canvas", + "caption", + "cite", + "code", + "col", + "colgroup", + "data", + "datalist", + "dd", + "del", + "details", + "dfn", + "dialog", + "div", + "dl", + "dt", + "em", + "embed", + "fencedframe", + "fieldset", + "figcaption", + "figure", "footer", - "header", + "form", "h1", "h2", "h3", "h4", "h5", "h6", + "head", + "header", "hgroup", - "nav", - "section", - "div", - "dd", - "dl", - "dt", - "figcaption", - "figure", "hr", + "html", + "i", + "iframe", "img", + "input", + "ins", + "kbd", + "label", + "legend", "li", + "link", "main", + "map", + "mark", + "menu", + "meta", + "meter", + "nav", + "noscript", + "object", "ol", + "optgroup", + "option", + "output", "p", + "picture", + "portal", "pre", - "ul", - "a", - "b", - "abbr", - "bdi", - "bdo", - "br", - "cite", - "code", - "data", - "dfn", - "em", - "i", - "kbd", - "mark", + "progress", "q", "rp", "rt", - "rtc", "ruby", "s", "samp", + "script", + "search", + "section", + "select", + "slot", "small", + "source", "span", "strong", + "style", "sub", + "summary", "sup", - "time", - "u", - "var", - "wbr", - "area", - "audio", - "map", - "track", - "video", - "embed", - "object", - "param", - "source", - "canvas", - "script", - "noscript", - "del", - "ins", - "caption", - "col", - "colgroup", "table", - "thead", "tbody", - "tfoot", "td", + "template", + "textarea", + "tfoot", "th", + "thead", + "time", + "title", "tr", - "button", - "datalist", - "fieldset", - "form", - "input", - "label", - "legend", - "meter", - "optgroup", - "option", - "output", - "progress", - "select", - "textarea", - "details", - "dialog", - "menu", - "menuitem", - "summary", - "content", - "element", - "shadow", - "template", - "slot", - "blockquote", - "iframe", - "noframes", - "picture" + "track", + "u", + "ul", + "var", + "video", + "wbr" ] diff --git a/lib/utils/svg-elements.json b/lib/utils/svg-elements.json index 7e5ba6052..f214aad24 100644 --- a/lib/utils/svg-elements.json +++ b/lib/utils/svg-elements.json @@ -3,13 +3,10 @@ "animate", "animateMotion", "animateTransform", - "audio", - "canvas", "circle", "clipPath", "defs", "desc", - "discard", "ellipse", "feBlend", "feColorMatrix", @@ -39,7 +36,6 @@ "filter", "foreignObject", "g", - "iframe", "image", "line", "linearGradient", @@ -64,8 +60,6 @@ "textPath", "title", "tspan", - "unknown", "use", - "video", "view" ]