2 Comments

  1. I’ve seen two opposite examples of aria-owns usage and I believe it is related to the ARIA specification. ARAI 1.0 allows to put it on input or role=’combobox’ elements: https://www.w3.org/TR/2014/REC-wai-aria-20140320/roles#combobox
    While ARIA 1.1. replaces it with aria-controls: https://www.w3.org/TR/wai-aria-1.1/#combobox

    Citing from differences https://www.levelaccess.com/differences-aria-1-0-1-1-changes/
    `…it is important to note that aria-owns must not be used on elements or roles that do not support children, such as HTML input elements or img elements. The same is true for combobox widgets that use role=”combobox” on an HTML input element…`

    If that is correct, please, update the examples in the above section correspondingly to the usage of the current specification described.

Leave a Reply

Your email address will not be published. Required fields are marked *