(node)
| 25 | ]; |
| 26 | |
| 27 | function isBlock (node) { |
| 28 | return blockElements.indexOf(node.nodeName.toLowerCase()) !== -1 |
| 29 | } |
| 30 | |
| 31 | var voidElements = [ |
| 32 | 'area', 'base', 'br', 'col', 'command', 'embed', 'hr', 'img', 'input', |
no outgoing calls
no test coverage detected