mosaic icon indicating copy to clipboard operation
mosaic copied to clipboard

Improve a11y of TOC component

Open DavieReid opened this issue 1 year ago • 0 comments

A few accessibility issues with the TOC component:

  • every item has the same aria-level (which I think should be inline with the heading level)
  • the items are <p> when the should be <a>
  • not accessible via the keyboard (tabindex is -1)

DavieReid avatar Apr 13 '23 08:04 DavieReid