-
Updated
Jun 19, 2021 - JavaScript
accessibility
Here are 2,100 public repositories matching this topic...
-
Updated
Jun 26, 2021 - TypeScript
-
Updated
Jun 17, 2021
-
Updated
May 10, 2021 - CSS
-
Updated
Apr 3, 2021 - C
🐛 Bug Report
While testing ActionGroup, the with tooltip story I noticed that clicking on a button a leaving the hover seems to keep the timer running because I move the mouse pointer away from hover and back over the button quickly and the tooltip immediately pops up.
🤔 Expected Behavior
After clicking the tooltip doesn't open.
Quickly mousing away and hovering again should star
-
Updated
Jun 25, 2021 - JavaScript
This would be neat:
const res = await axe.run({ runOnly: 'color-contrast' }); // For a single rule
const res = await axe.run({ runOnly: 'experimental' }); // For a single tagI think this would be a fairly simple thing to do too. A simple tweak to lib/core/audit.js:
if (typeof options.runOnly === 'sting') {
options.runOnly = [options.runOnly];
}Just needs
-
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
Jun 21, 2021 - Python
-
Updated
Jun 26, 2021 - JavaScript
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
Apr 8, 2021 - JavaScript
-
Updated
Jun 21, 2021 - TypeScript
-
Updated
Jun 21, 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 16, 2021 - SCSS
-
Updated
Jun 22, 2021
-
Updated
Apr 18, 2021 - Swift
-
Updated
Jun 26, 2021 - JavaScript
-
Updated
Jun 23, 2021 - Java
-
Updated
Dec 22, 2020 - HTML
-
Updated
Jun 25, 2021 - TypeScript
-
Updated
Jun 25, 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