Raynos / min-document

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

Implement getElementsByTagName for Document and DOMElement #23

Closed mwiencek closed 9 years ago

mwiencek commented 9 years ago

Mostly copied from the implementation of getElementsByClassName. Adds childNodes to Document since it was missing and needed here too

Raynos commented 9 years ago

lgtm.

mwiencek commented 9 years ago

Thanks!