-
Updated
Dec 6, 2020 - JavaScript
accessibility
Here are 1,735 public repositories matching this topic...
-
Updated
Dec 6, 2020 - TypeScript
-
Updated
Dec 6, 2020 - CSS
-
Updated
Sep 12, 2020
-
Updated
Nov 28, 2020 - C
🐛 Bug Report
Currently, the AriaCheckboxGroupItemProps interface extends AriaCheckboxProps and therefore has value?: string. However, i think a checkbox group items actually require setting the value prop, as changing the checkbox group state will not work correctly otherwise(?)
🤔 Expected Behavior
AriaCheckboxGroupItemProps shoud have value: string
😯 Current Behav
-
Updated
Nov 17, 2020 - C#
This is just a small quality-of-life improvement. Instead of having SerialVirtualNode default to nodeType 1, it would be good if it could determine the nodeType based on what it is passed:
new SerialVirtualNode({ nodeName: '#cdata-section' }).props.nodeType // 2
new SerialVirtualNode({ nodeName: '#text' }).props.nodeType // 3
new SerialVirtualNode({ nodeName: '#comment' }).props.nodeTy-
Updated
Oct 27, 2020 - JavaScript
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
Dec 2, 2020 - JavaScript
-
Updated
Dec 5, 2020 - Python
-
Updated
Dec 1, 2020 - JavaScript
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Nov 10, 2020 - 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
Nov 3, 2020 - SCSS
-
Updated
Nov 12, 2020 - Swift
-
Updated
Nov 28, 2020
-
Updated
Dec 5, 2020 - Python
-
Updated
Oct 15, 2020 - HTML
-
Updated
Dec 4, 2020 - Java
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Dec 4, 2020 - Java
-
Updated
Nov 6, 2020 - Swift
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