- An AX tree can contain accessible nodes that are backed by the document, or a text node, neither of which are elements.
- It's possible to reach one of these nodes via parent, firstChild, nextSibling, etc.
- The explainer at https://wicg.github.io/aom/explainer.html is inconsistent, containing references both to getComputedAccessibleNode(node) and getComputedAccessibleNode(Element el)
I suggest that it should be possible to pass a node to getComputedAccessibleNode().
I suggest that it should be possible to pass a node to getComputedAccessibleNode().