What is the difference between aria-owns and aria-controls
Both aria-controls and aria-owns are used when the relation between the two element can’t be determined from the DOM hierarchy itself. aria-controls is intended to indicate that an element controls another one. E.g. control buttons for a video for instance, a toolbar for a visual editor or a button for a collapsible element. Screen readers … Read more