-
Updated
Apr 9, 2022 - TypeScript
accessibility
Here are 2,628 public repositories matching this topic...
-
Updated
Apr 8, 2022 - JavaScript
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Feb 2, 2022
-
Updated
Mar 23, 2022 - CSS
-
Updated
Mar 28, 2022 - TypeScript
-
Updated
Apr 2, 2022 - C
-
Updated
Mar 24, 2022 - JavaScript
Examples
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:
Thos
-
Updated
Jan 26, 2022 - TypeScript
Noticed this in reviewing #3165. In determining if an element is focused, axe-core looks at the disabled attribute. However it doesn't check if that attribute is allowed for the node. So the following link is incorrectly determined as not focusable:
<a href="foo.html" disabled>Hello</a>This bug exists in lib/commons/dom/focus-disabled.js. The fix is to check `vNode.props.nod
-
Updated
Apr 5, 2022 - C#
-
Updated
Apr 8, 2022 - TypeScript
-
Updated
Apr 8, 2022 - Python
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
Apr 9, 2022 - JavaScript
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Apr 8, 2022 - JavaScript
-
Updated
Apr 8, 2021 - JavaScript
-
Updated
Apr 4, 2022 - TypeScript
-
Updated
Apr 4, 2022 - 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
Apr 1, 2022 - JavaScript
-
Updated
Jan 27, 2020 - JavaScript
-
Updated
Apr 6, 2022
Steps to reproduce:
- Start NVDA.
- Switch NVDA's interface language from english to another one (preferably one that you are familiar with) and restart NVDA when prompted.
- Open a text editor like Notepad or a similar one, from which text formatting information can be retrieved by NVDA.
- Type some text in it.
- Move the system caret on one of the typed characters.
- Invoke the N
-
Updated
Apr 1, 2022 - Java
-
Updated
Apr 2, 2022 - SCSS
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."


Following up on #2488
I want to determine what breakpoint (breakpoints?) are currently matched and I would prefer a way in React Spectrum to help me with this.
I should be able to use some function (a hook?) to get (and maybe receive updates) to matching breakpoints.
Right now I can get breakpoints from `useProvider