Open Bug 1401381 Opened 7 years ago Updated 2 years ago

cyclical child/parent relationship is created when aria-owns is removed.

Categories

(Core :: Disability Access APIs, defect, P2)

defect

Tracking

()

People

(Reporter: eeejay, Unassigned)

References

(Blocks 1 open bug)

Details

Given the following markup:
  <div id="container" aria-owns="b"></div>
  <div id="a">
    <div id="b">
      <div id="c" aria-owns="a"></div>
    </div>
  </div>`

if aria-owns is removed from "container", node "b" has "a" as a child and as a grandparent.
Priority: -- → P2
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.