choojs / hyperx

🏷 - tagged template string virtual dom builder
BSD 2-Clause "Simplified" License
1.01k stars 48 forks source link

Close/self-closing foreign elements #52

Open emilbayes opened 7 years ago

emilbayes commented 7 years ago

This first commit is a failing test case for valid SVG. Foreign elements can per the spec be self-closing or have a close tag, but currently hyperx only seem to accept most SVG tags as self closing. Fixing this test should also resolve #41