Gozala / dominion

Library for describing & applying DOM changes (off UI thread)
MIT License
19 stars 0 forks source link

Virtual DOM attributeNS conflicts with same named attribute #1

Closed Gozala closed 7 years ago

Gozala commented 7 years ago

Implementation uses single dictionary with attribute names as keys to store all attributes which causes conflicts when same named attribute with different namespace occurs.