Raynos / min-document

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

Add nodeName property to text nodes #37

Closed chromakode closed 8 years ago

chromakode commented 8 years ago

The nodeName property of text nodes should be '#text' to be consistent with browsers (reference).

chromakode commented 8 years ago

Update: added nodeName for elements as well.

Raynos commented 8 years ago

lgtm.

chromakode commented 8 years ago

Thanks! :smile: