ajlkn / jquery.dropotron

Adds multilevel dropdown menus to jQuery.
132 stars 61 forks source link

aria-expanded="true" #27

Open acevedoma opened 1 year ago

acevedoma commented 1 year ago

For better accessibility:

Dropdown expanded/collapsed state should be represented in the code.

Menu items that have a dropdown menu include an "aria-expanded" attribute that equals to "false" that changes to "true" and back when opening or closing the dropdown.