The Wayback Machine - https://web.archive.org/web/20210930070602/https://github.com/topics/a11y
Skip to content
#

a11y

Here are 909 public repositories matching this topic...

grommet
jcfilben
jcfilben commented Sep 28, 2021

Since we are limited to a certain number of chromatic snapshots each month, the snapshot should be disabled on stories where the snapshot isn't capturing anything valuable.

Chromatic snapshots should be disabled for the following stories:
SkipLinks

  • Simple
  • Themed

Notification

  • Toast
  • Toast Title Only

TextArea

  • Fill

RangeSelector

  • St
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

a11yproject.com
ActiveB1t
ActiveB1t commented Jul 16, 2020

Summary

Running the WAVE plugin shows not all text has sufficient contrast, and an empty link is present, these are minor issues and potentially false positives, as the site may serve as an example for others it would be great if at least all errors from automated tests are resolved.

Expected result

Running a tool such as the WAVE plugin on Chrome shows no errors.

Actual res

Improve this page

Add a description, image, and links to the a11y 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 a11y topic, visit your repo's landing page and select "manage topics."

Learn more