-
Updated
May 9, 2021 - JavaScript
accessibility
Here are 2,011 public repositories matching this topic...
-
Updated
May 9, 2021 - TypeScript
-
Updated
Apr 23, 2021
-
Updated
May 7, 2021 - CSS
-
Updated
Apr 3, 2021 - C
🐛 Bug Report
While using the Tabs Panel component with marginTop property, the below error is thrown in the console
`React does
-
Updated
Apr 26, 2021 - JavaScript
-
Updated
Mar 16, 2021 - C#
Research from ACT has shown that autocomplete-appropriate is no longer appropriate. No modern browser cares what the type os on an input element to determine whether or not to apply autocomplete. Because of that, I'd like to deprecate autocomplete-appropriate and remove it from the autocomplete-valid rule.
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
May 9, 2021 - Python
-
Updated
Apr 9, 2021 - JavaScript
-
Updated
May 6, 2021 - JavaScript
-
Updated
Apr 8, 2021 - JavaScript
-
Updated
May 3, 2021 - JavaScript
-
Updated
Jan 27, 2020 - 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
May 4, 2021 - SCSS
-
Updated
May 6, 2021
-
Updated
Apr 18, 2021 - Swift
Steps to reproduce:
Trigger an AppVeyor build of NVDA by pushing a commit to a PR to master, or pushing to a "try-*" branch
Actual behavior:
Appveyor's build script throws the following warnings
openssl : *** WARNING : deprecated key derivation used.
At line:2 char:2
+ openssl enc -md md5 -aes-256-cbc -d -pass pass:$env:encFileKey -in a ...
+ ~~~~~~~~~~~~~~~~~~~~~~-
Updated
May 9, 2021 - Java
-
Updated
May 5, 2021 - JavaScript
-
Updated
Dec 22, 2020 - HTML
-
Updated
May 7, 2021 - JavaScript
-
Updated
May 7, 2021 - Java
-
Updated
May 2, 2021 - Jupyter Notebook
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