primer / react

An implementation of GitHub's Primer Design System using React

Home Page:https://primer.style/guides/react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get ActionBar axe clean

keithamus opened this issue · comments

Description

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.

Steps to reproduce

.

Version

Latest

Browser

No response