- DOMHandlers for HTML -> wt currently use a more-or-less uniform interface to define handlers for various DOM node types
- This can be extracted into a parent class / interface
Not only is this going to be good documentation, this also makes the porting simpler and more performant.