-
Updated
Jun 10, 2021 - JavaScript
accessibility
Here are 2,078 public repositories matching this topic...
-
Updated
Jun 13, 2021 - TypeScript
-
Updated
Apr 23, 2021
-
Updated
May 10, 2021 - CSS
-
Updated
Apr 3, 2021 - C
🐛 Bug Report
useMenuTrigger() does take in an isDisabled prop, but it's only used in the returned onKeyDown() handler. The onPress() handler seems to ignore it entirely:
onPress(e) {
if (e.pointerType === 'touch') {
state.toggle();
}
},
Should this be ignoring the press when disabled?
🤔 Expected Behavior
When isDisab
-
Updated
Apr 26, 2021 - JavaScript
In axe-core 3.4, axe supported "English (default), French, German (limited), Japenese, Spanish (new), Brazillian Portuguese (new)" - note that "Japenese" should be spelled "Japanese" & "Brazillian" should be spelled "Brazilian".
https://www.deque.com/blog/announcing-axe-core-3-4/
Looks like we're at 4.9.3, but I don't see what languages are supported in the documentation I could find. Is it
-
Updated
Mar 16, 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
Jun 11, 2021 - Python
-
Updated
Jun 2, 2021 - JavaScript
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
Apr 8, 2021 - JavaScript
-
Updated
Jun 10, 2021 - TypeScript
-
Updated
Jun 7, 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
Jan 27, 2020 - JavaScript
-
Updated
Jun 11, 2021 - SCSS
-
Updated
Jun 7, 2021
-
Updated
Apr 18, 2021 - Swift
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
Jun 10, 2021 - Java
-
Updated
Dec 22, 2020 - HTML
-
Updated
May 7, 2021 - JavaScript
-
Updated
Jun 9, 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."
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:https://github.com/reakit/reakit/blob/0b70f435673db13b75f82d69ac2760b485879674/.storybook/preview.js#L7-L22
Thos