You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There, the mapping of ARIA role="region" is conditional on the element having an accessible name. If not, the AAPI role reverts on the native role of the element.
The HTML-AAM unconditionally maps <section> to region, except in the case of UIA. The suggestion in w3c/aria#513 is to map unnamed <section> as if it was a <div>.
Heads up to @richschwer, since you are reviewing the HTML-AAM.