-
Updated
Apr 13, 2022 - TypeScript
a11y
Here are 1,018 public repositories matching this topic...
-
Updated
Apr 13, 2022 - TypeScript
-
Updated
Apr 12, 2022 - JavaScript
Examples
Opening this issue in case anyone wants to help. Recently, we've configured Storybook to import files from __examples__
folders inside Reakit component folders. This is how we're doing it:
Thos
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
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
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
-
Updated
Apr 11, 2022 - JavaScript
-
Updated
Apr 12, 2022 - JavaScript
-
Updated
Apr 4, 2022 - JavaScript
Really love this library, especially all the accessibility considerations built in! One thing I've noticed in implementing it though is an error from accessibility validators for a missing aria-valuenow
property on both the Color and Hue sliders.
I had an explore of the MDN docs for the two properties
-
Updated
Apr 1, 2022 - JavaScript
-
Updated
Jan 27, 2020 - JavaScript
-
Updated
Apr 12, 2022
-
Updated
Mar 30, 2022 - JavaScript
-
Updated
Aug 27, 2021 - Swift
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Apr 11, 2022 - JavaScript
-
Updated
Mar 30, 2022 - JavaScript
-
Updated
Jan 23, 2022 - TypeScript
-
Updated
Oct 14, 2021 - JavaScript
-
Updated
Jul 1, 2021 - JavaScript
-
Updated
Mar 23, 2022 - Vue
-
Updated
Oct 22, 2021 - SCSS
Improve this page
Add a description, image, and links to the a11y topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the a11y topic, visit your repo's landing page and select "manage topics."
Expected Behavior
defaultMode
is used in Grommet component along withthemeMode
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