-
Updated
Feb 27, 2021 - JavaScript
accessibility
Here are 1,887 public repositories matching this topic...
-
Updated
Mar 3, 2021 - TypeScript
-
Updated
Jan 20, 2021
-
Updated
Feb 15, 2021 - CSS
-
Updated
Mar 1, 2021 - C
[combobox] when nested inside a form, pressing Enter should not submit when the listbox is open
🐛 Bug Report
When a combobox is nested inside a <form>, pressing Enter currently submits the form.
🤔 Expected Behavior
When the listbox is open, pressing Enter should select an item, but not submit the form.
😯 Current Behavior
see above
💁 Possible Solution
🔦 Context
-
Updated
Feb 28, 2021 - C#
-
Updated
Dec 7, 2020 - JavaScript
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.nodeTySummary
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
Mar 2, 2021 - JavaScript
-
Updated
Mar 2, 2021 - Python
-
Updated
Mar 1, 2021 - JavaScript
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Mar 2, 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
Jan 27, 2021 - SCSS
-
Updated
Nov 12, 2020 - Swift
-
Updated
Feb 24, 2021
-
Updated
Mar 3, 2021 - Python
-
Updated
Mar 1, 2021 - Java
-
Updated
Dec 22, 2020 - HTML
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Feb 7, 2021 - JavaScript
-
Updated
Mar 3, 2021 - Java
-
Updated
Jan 19, 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