The fly-out menus on the PersonaBar should be made visible to users of assistive technology #3051
Closed
5 tasks done
Labels
Milestone
Description of problem
Part of issue dnnsoftware/Dnn.AdminExperience#21. The fly-out menus on the PersonaBar should be made visible to users of assistive technology.
Description of solution
The
<li>
elements in the main personabar should make use ofaria-haspopup='true'
andaria-expanded='false'
attributes if they have a sub-menu. Thearia-expanded
attribute should be set totrue
when the sub-menu is open.Additional context
I suspect the attributes (and their default values) could be added using the
data-bind
attribute in the PersonaBar's index.html. Dynamically updating thearia-expanded
attribute could be handled in main.js.Affected version
Affected browser
All browsers.
The text was updated successfully, but these errors were encountered: