Skip to content

aria-required-children can double-report related nodes through aria-owns #4840

@WilcoFiers

Description

@WilcoFiers

In the following example #foo is reported twice as a related element, once for being a child, and once for aria-owns.

<div role="tablist" aria-owns="foo">
  <div id="foo" role="menuitem">foo</div>
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    fixBug fixes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions