The applet above uses Rhinohide, and can traverse the DOM nodes of this page. For each traversed node T, it inserts T.toString below:
(traversal not yet commenced)
If the node is an element, it also appends 'highlight-me' (as defined in the style sheet traversal-demo.css) to its class attribute.
| test host | ok | details |
|---|---|---|
| linux firefox | ok | OK, though Firefox 2 does not fully support Traversal 2.0. |
| linux mozilla | ok | OK, though Mozilla 1.7 does not fully support Traversal 2.0. |
| windows firefox | ok | OK, though Firefox 2 does not fully support Traversal 2.0. |
| windows ie | no | IE7 does not support Traversal. |