ARIA-owns (Property)
Aria-owns identifies an element (or elements) in order to define a visual, functional, or
contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be
used to represent the relationship. In other words aria-owns property defines element
relationships and associations that cannot be readily determined from the document
structure. Aria-owns sets or retrieves a list of child objects, including elements that are
not direct descendants of the current object.
aria-owns is not a replacement for the DOM hierarchy. The relation between the elements
is referred by the id attribute. aria-owns can have multiple id references. When multiple
elements are referred using aria-owns separate the id’s using a space. No element can have
multiple owners. In other words an id value used with one aria-owns cannot be used
elsewhere.
Have a look at related aria-controls (property). An example mark-up is available below using aria-
owns property.
aria-owns example
Animal or Vegetable
AnimalsBirds
CatsSiameseTabby
Dogs
Small BreedsChihuahuaItalian GreyhoundJapaneseChin
Medium BreedsBeagleCockerSpaniel
PitBull
Large BreedsAfghanGreatDane
Mastiff
VegetablesCarrotTomatoLettuce