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
ActionBar is not axe clean. It renders a <ul> with <button>s as direct children. It has a role=list on the <ul> which would be unnecessary for a <ul>. It should be role=toolbar though.
Description
ActionBar is not axe clean. It renders a
<ul>with<button>s as direct children. It has arole=liston the<ul>which would be unnecessary for a<ul>. It should berole=toolbarthough.Steps to reproduce
.
Version
Latest
Browser
No response