Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Feb 23, 2024
1 parent 67cb32e commit 87ca343
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 95 deletions.
8 changes: 3 additions & 5 deletions lib/utils/deprecated-html-elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@
"big",
"blink",
"center",
"command",
"content",
"dir",
"element",
"font",
"frame",
"frameset",
"image",
"isindex",
"keygen",
"listing",
Expand All @@ -24,8 +20,10 @@
"nobr",
"noembed",
"noframes",
"param",
"plaintext",
"shadow",
"rb",
"rtc",
"spacer",
"strike",
"tt",
Expand Down
164 changes: 80 additions & 84 deletions lib/utils/html-elements.json
Original file line number Diff line number Diff line change
@@ -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"
]
6 changes: 0 additions & 6 deletions lib/utils/svg-elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
"animate",
"animateMotion",
"animateTransform",
"audio",
"canvas",
"circle",
"clipPath",
"defs",
"desc",
"discard",
"ellipse",
"feBlend",
"feColorMatrix",
Expand Down Expand Up @@ -39,7 +36,6 @@
"filter",
"foreignObject",
"g",
"iframe",
"image",
"line",
"linearGradient",
Expand All @@ -64,8 +60,6 @@
"textPath",
"title",
"tspan",
"unknown",
"use",
"video",
"view"
]

0 comments on commit 87ca343

Please sign in to comment.