UNPKG

html-self-closing-tags

Version:
22 lines (20 loc) 258 B
'use strict'; // @see http://xahlee.info/js/html5_non-closing_tag.html module.exports = [ 'area', 'base', 'br', 'col', 'command', 'embed', 'hr', 'img', 'input', 'keygen', 'link', 'meta', 'param', 'source', 'track', 'wbr', ];