-
Updated
Dec 22, 2021 - TypeScript
a11y
Here are 951 public repositories matching this topic...
-
Updated
Dec 20, 2021 - 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
Same as mantinedev/mantine#491
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
Dec 13, 2021 - JavaScript
-
Updated
Dec 3, 2021 - JavaScript
-
Updated
Dec 20, 2021 - JavaScript
-
Updated
Nov 16, 2021 - TypeScript
-
Updated
Jan 27, 2020 - JavaScript
-
Updated
Dec 14, 2021
-
Updated
Dec 23, 2021 - JavaScript
-
Updated
Oct 13, 2021 - JavaScript
-
Updated
Aug 27, 2021 - Swift
-
Updated
Dec 21, 2021 - JavaScript
-
Updated
Nov 26, 2021 - JavaScript
-
Updated
Dec 9, 2021 - JavaScript
-
Updated
Oct 14, 2021 - JavaScript
-
Updated
Jul 1, 2021 - JavaScript
-
Updated
Oct 22, 2021 - SCSS
-
Updated
Dec 11, 2021
-
Updated
Mar 25, 2021 - HTML
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