Raynos / min-document

A minimal DOM implementation
MIT License
109 stars 27 forks source link

Change voidElements from RegEx to array #43

Closed sreynen closed 8 years ago

sreynen commented 8 years ago

Fixes https://github.com/Raynos/min-document/issues/42. Also runs a little faster.

ahdinosaur commented 8 years ago

ran into #42 bug, this looks good to me. :+1:

mwiencek commented 8 years ago

LGTM (I added the broken regex, sorry). tagname is already lowercased for the default namespaceURI, so removing the case insensitivity shouldn't matter.