I searched on the Internet and the Angular Aria documentation – it didn’t mention about aria-expanded or aria-selected? Is there a way of implementing this? <a href ng-aria={‘expanded ‘: selec…
Aria-expanded aria-controls example. aria-expanded html attribute, On a semantical level, the aria-expanded attribute is a good choice to convey In general, aria-expanded is used for controls that trigger some The aria-controls attribute is a ‘relationship attribute’ which denotes which elements in a page an interactive element or set of elements has control over and affects.
12/19/2013 · Example: ng-aria=”{expanded : isOpen}” This would toggle the attribute aria-expanded to the string true/false on the element. Copy link Quote reply Contributor caitp commented Dec 19, 2013. sounds like a use-case for #4269. But that sounds like it would make a great third party module. Copy …