Skip to content

Commit

Permalink
Update: void element list (fixes vuejs/eslint-plugin-vue#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jul 21, 2018
1 parent 9ff5531 commit 7de2b86
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/html/util/tag-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ export const HTML_TAGS = new Set([
* HTML tag names of void elements.
*/
export const HTML_VOID_ELEMENT_TAGS = new Set([
"area", "base", "basefont", "bgsound", "br", "col", "command", "embed",
"frame", "hr", "image", "img", "input", "isindex", "keygen", "link",
"menuitem", "meta", "nextid", "param", "source", "track", "wbr",
"area", "base", "br", "col", "embed", "hr", "img", "input", "link", "meta",
"param", "source", "track", "wbr",
])

/**
Expand Down

0 comments on commit 7de2b86

Please sign in to comment.