-
Updated
Feb 6, 2022 - TypeScript
a11y
Here are 982 public repositories matching this topic...
-
Updated
Jan 31, 2022 - JavaScript
-
Updated
Feb 2, 2022 - TypeScript
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
🐞 Bug report
Description
In vscode, whenever I set the "extends" property in my tsconfig.json file, webhint gives the following error message:
Unexpected token } in JSON at position 705 (typescript-config/is-valid)
Details
-
Updated
Jan 31, 2022 - JavaScript
-
Updated
Jan 31, 2022 - JavaScript
-
Updated
Jan 31, 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
Jan 27, 2020 - JavaScript
-
Updated
Jan 31, 2022 - JavaScript
-
Updated
Feb 1, 2022
-
Updated
Oct 13, 2021 - JavaScript
-
Updated
Aug 27, 2021 - Swift
-
Updated
Jan 15, 2022 - JavaScript
-
Updated
Nov 26, 2021 - JavaScript
-
Updated
Jan 29, 2022 - JavaScript
-
Updated
Jan 23, 2022 - TypeScript
-
Updated
Oct 14, 2021 - JavaScript
-
Updated
Jul 1, 2021 - JavaScript
-
Updated
Oct 22, 2021 - SCSS
-
Updated
Jan 2, 2022
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."
The ability to view Storybook stories with different themes was added in grommet/grommet#5674.
We need to make adjustments to the stories component by component to take advantage of the theming ability. The Button stories are currently using this enhancement and can be viewed on storybook. While