WebReflection / viperHTML

Isomorphic hyperHTML
ISC License
314 stars 10 forks source link

viperHTML doesn’t close `<abbr>` elements #27

Closed ExE-Boss closed 6 years ago

ExE-Boss commented 6 years ago

viperHTML`prefix <abbr>anything</abbr> postfix` returns prefix <abbr>anything postfix without the closing </abbr>, which causes <abbr> to span the rest of the node including  postfix, rather than just anything.

Testing the same with hyperHTML`prefix <abbr>anything</abbr> postfix` correctly returns prefix <abbr>anything</abbr> postfix

WebReflection commented 6 years ago

that was a super rookie mistake from my side, apologies for that, it's fixed already.