Files
skills-here-run-place/node_modules/html-void-elements/index.js
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

28 lines
316 B
JavaScript

/**
* 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'
]