I just created a small utility that converts a string of HTML into a DocumentFragment. https://github.com/kevinokerlund/html-fragment However, I'm not sure if I should support <IE11. I figured that if Microsoft dropped support for <IEll and global usage is extremely low, should I bother supporting those browsers?
Creating a DocumentFragment from a string of HTML | Heykuki News