Files
est-frame/node_modules/html-void-elements/index.js
2025-10-22 05:38:27 +00:00

28 lines
316 B
JavaScript
Executable File

/**
* List of HTML void tag names.
*
* @type {Array<string>}
*/
export const htmlVoidElements = [
'area',
'base',
'basefont',
'bgsound',
'br',
'col',
'command',
'embed',
'frame',
'hr',
'image',
'img',
'input',
'keygen',
'link',
'meta',
'param',
'source',
'track',
'wbr'
]