Raynos / min-document

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

fix <input type=X> behavior #41

Closed juliangruber closed 7 years ago

juliangruber commented 8 years ago

Before you would get <input type="text" type="file">. Also setting this.type = 'text' was shadowing DOMElement.prototype.type = "DOMElement".

sreynen commented 8 years ago

Related: https://github.com/Raynos/min-document/pull/38

kristoferjoseph commented 8 years ago

@Raynos Please merge this please. Been chasing this bug from our static render code. Thank you kindly.

Raynos commented 7 years ago

Fixed by #38

Raynos commented 7 years ago

Fixed in 2.19.0