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

a11y

Here are 1,077 public repositories matching this topic...

grommet
oskari
oskari commented Oct 14, 2020

Expected Behavior

defaultMode is used in Grommet component along with themeMode prop to determine initial theme mode between dark and light themes. As this property is used by Grommet Theme Designer, Grommet HPE Theme and in HPE Design System I would expect it to

good first issue documentation hacktoberfest
marcospassos
marcospassos commented Jul 21, 2022

Current behavior

When passing accessibleWhenDisabled items aren't marked as disabled, which leads to subtle bugs (i.e., expanding an accordion disabled).

Steps to reproduce the bug

  1. Open sandbox: https://codesandbox.io/s/modest-water-uciron?file=/src/combobox.tsx
  2. Open the console
  3. Notice only one of the composite items is actually disabled

Expected behavior

Bo

WilcoFiers
WilcoFiers commented Jul 13, 2022

PR dequelabs/axe-core#3538, axe-core is back to using Node v4 as its minimum. That's true enough when it comes to importing and using axe, but Node 12+ is required for building / testing. We should add an explicit warning of sorts to call out when an older version of Node is used to build / test axe.

I am very open to how to do this. Easiest might be to add some little s

tech debt good first issue
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

bug help wanted good first issue accessibility
ahangarha
ahangarha commented Mar 17, 2022

🐞 Bug report

Description

Today I received a question regarding failure of hint to check the html file. This was the error:

Run npx hint .
AnalyzerError: Cannot read property 'getLocation' of undefined
    at Analyzer.analyze (/home/runner/work/Awesome-Books/Awesome-Books/node_modules/hint/dist/src/lib/analyzer.js:151:23)
    at runNextTicks (internal/process/task_queues.js:62

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