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

a11y

Here are 1,018 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 Nov 29, 2021

Noticed this in reviewing #3165. In determining if an element is focused, axe-core looks at the disabled attribute. However it doesn't check if that attribute is allowed for the node. So the following link is incorrectly determined as not focusable:

<a href="foo.html" disabled>Hello</a>

This bug exists in lib/commons/dom/focus-disabled.js. The fix is to check `vNode.props.nod

fix commons good first issue pr
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
antross
antross commented Apr 13, 2021

This hint has been around since 2018 and is documented on webhint.io (https://webhint.io/docs/user-guide/hints/hint-doctype/). However it's not enabled by default in any of webhint's configurations (likely an oversight).

We should turn this on by default and perform any necessary cleanup in the process (e.g. switching to get locations from webhint's location-aware DOM that was added after the

type:bug good first issue msft-consider

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