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

a11y

Here are 1,038 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
WilcoFiers
WilcoFiers commented Jun 1, 2022

These two rules should ignore hidden elements. The following should not be flagged as incomplete:

https://act-rules.github.io/rules/eac66b#inapplicable-example-1

<video src="/test-assets/perspective-video/perspective-video.mp4" controls style="display: none;"></video>

The only thing to do on this is update lib/rules/video-caption.json and remove excludeHidden, and possibly twe

ACT Rules 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