Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Not A Problem
-
Scripting Sightly Engine 1.0.0
-
None
-
None
Description
When I do:
${'<div></div>' @context='html'}
It outputs invalid HTML, it self-closes the element:
<div/>
Only a set number of elements are permitted to self-close - http://xahlee.info/js/html5_non-closing_tag.html.