polimediaupv / paella-core

Paella Player core library
Educational Community License v2.0
20 stars 15 forks source link

Add 'aria-pressed' attribute to menu control buttons that toggle menus #300

Closed karendolan closed 1 year ago

karendolan commented 1 year ago

For control buttons that open menus or other items, it would be great to be able to add attributes aria-pressed="true" and aria-pressed="false" to the button toggle. Paella 6 used to add a class name "selected", which would also be helpful for allowing style to be added to the selected, "aria-pressed=true", control buttons.