-
Updated
Sep 14, 2021 - JavaScript
accessibility
Here are 2,233 public repositories matching this topic...
-
Updated
Sep 14, 2021 - TypeScript
-
Updated
Sep 2, 2021
-
Updated
Aug 28, 2021 - CSS
-
Updated
Sep 13, 2021 - TypeScript
-
Updated
Jul 9, 2021 - C
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
-
Updated
Aug 31, 2021 - TypeScript
-
Updated
Jun 25, 2021 - JavaScript
Axe-core's p-as-heading rule is reporting an incorrect issue on the Azure page:
https://azure.microsoft.com/en-us/services/active-directory/external-identities/#customers
This problem can be avoided by checking the length of the possible heading, compared to the length of the supposed paragraph. I would say that if the heading is longer than the paragraph, we pass it. If it's less than twice a
-
Updated
Jun 25, 2021 - C#
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
-
Updated
Aug 27, 2021 - Python
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Apr 8, 2021 - JavaScript
-
Updated
Sep 14, 2021 - TypeScript
-
Updated
Sep 13, 2021 - TypeScript
-
Updated
Sep 13, 2021 - JavaScript
Describe the bug
Currently @duetds/date-picker does not work with Rollup (or I didn't get it to).
The problem appears to be a dynamic import statement with a template string:
return import(`./${bundleId}.entry.js${""}`);Rollup seems to ignore these imports: "Dynamic imports on runtime are ignored by Rollup #2463"
**To
-
Updated
Sep 14, 2021 - TypeScript
-
Updated
Jan 27, 2020 - JavaScript
-
Updated
Sep 6, 2021 - SCSS
-
Updated
Sep 13, 2021
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Sep 14, 2021 - Java
Improve this page
Add a description, image, and links to the accessibility topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the accessibility topic, visit your repo's landing page and select "manage topics."

Using keyboard to open select built with useSelect logs an error to the console
No errors should be logged to the console
The following error is logged:
stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior.