Skip to content

Should getComputedAccessibleNode() take a node, instead of an element? #185

@aleventhal

Description

@aleventhal
  1. An AX tree can contain accessible nodes that are backed by the document, or a text node, neither of which are elements.
  2. It's possible to reach one of these nodes via parent, firstChild, nextSibling, etc.
  3. 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().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions