Skip to content

should aria-hidden subtrees be ignored by clickButton, fillIn, etc? #156

@avh4

Description

@avh4
<body>
    <div aria-hidden=true>
        <button>A</button>
    </div>
</body>
ProgramTest.clickButton "A"

Should the clickButton fail because its inside an aria-hidden=true element? I think that doesn't really make sense because isn't the button still visible on the page (even though hidden from accessibility tools) unless there is also CSS applied to hide it visually?

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussionThe solution we want to implement is not decided yet. Contributions to the discussion are welcome.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions