blade
Version:
Blade - HTML Template Compiler, inspired by Jade & Haml
19 lines (18 loc) • 317 B
JavaScript
//List of these tags can be found here: http://dev.w3.org/html5/html-author/
// (unless otherwise specified)
module.exports = [
'base',
'link',
'meta',
'hr',
'br',
'img',
'embed',
'param',
'source',
'area',
'col',
'input',
'command',
'frame' //deprecated: http://www.w3schools.com/tags/tag_frame.asp
];