Skip to content
#

axe

Here are 59 public repositories matching this topic...

WilcoFiers
WilcoFiers commented Sep 23, 2021

See #3159

Even though they seem like they should, things like this just don't work well:

  <div role="button" id="pass7" tabindex="0">
    <button aria-hidden="true" tabindex="-1">hidden</button> text
  </div>
  <div role=checkbox aria-checked=true tabindex=0 aria-label=foo>
    <input type=checkbox aria-hidden=true tabindex=-1> <!-- visually hidden -->
  </div>

The but

Improve this page

Add a description, image, and links to the axe topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the axe topic, visit your repo's landing page and select "manage topics."

Learn more