-
Updated
Oct 9, 2020 - JavaScript
accessibility
Here are 1,645 public repositories matching this topic...
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Oct 2, 2020 - CSS
-
Updated
Sep 12, 2020
-
Updated
Oct 1, 2020 - C
-
Updated
Oct 7, 2020 - C#
🐛 Bug Report
Flexbox order
prop does nothing when adding it to a child component of the <Flex>
component. A workaround is to use `UNSAFE_style=
The internal-link-present-evaluate function should work with virtualNode
rather than actualNode
. Update the regexp test to use virtual-node methods to get the attribute.
You'll also need
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
Oct 7, 2020 - JavaScript
-
Updated
Aug 22, 2020 - JavaScript
-
Updated
Oct 5, 2020 - Python
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Jan 27, 2020 - JavaScript
-
Updated
Jul 28, 2020 - Swift
-
Updated
Oct 7, 2020 - CSS
-
Updated
Oct 9, 2020
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
Oct 9, 2020 - HTML
-
Updated
Oct 9, 2020 - Python
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Oct 9, 2020 - Java
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Jul 22, 2020 - Swift
-
Updated
Oct 9, 2020 - Java
-
Updated
Oct 5, 2020 - Less
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