Closed justinbmeyer closed 11 years ago
This fixes Issue #123. If someone provides a tag name like "tag-name", the current document.createDocumentFragment only creates a "tag" and "name" element. This fixes the regular expression used to match against the joined elements array.
Sounds good. Handles custom elements correctly
cc @ebidel
:heart:
This fixes Issue #123. If someone provides a tag name like "tag-name", the current document.createDocumentFragment only creates a "tag" and "name" element. This fixes the regular expression used to match against the joined elements array.