hexonaut / haxe-dom

A cross-platform implementation of the DOM. Built to reduce duplicate code across server and client.
MIT License
47 stars 4 forks source link

Basic Element Manipulation #6

Closed hexonaut closed 9 years ago

hexonaut commented 11 years ago

Need to implement basic hxdom.html.Element manipulation. Can do most things with Node, but should do Element too just to minimize error rate.

hexonaut commented 9 years ago

Switched to dom4 so this is no longer an issue.