Is there an implementation or emulation of the DOM which is purely javascript?
- There is env.js, but that requires Rhino.
- There's jsdom, but that requires Node.
Is there a solution that works in most any javascript interpreter, such as v8, without being tied to any particular interpreter or engine? That is, is there any DOM implementation in JS that without any set up or shims can be dropped into a javascript interpreter and just run?