-
Updated
May 29, 2022 - TypeScript
accessibility
Here are 2,735 public repositories matching this topic...
-
Updated
May 29, 2022 - TypeScript
-
Updated
May 18, 2022 - JavaScript
-
Updated
May 19, 2022
-
Updated
May 29, 2022 - CSS
-
Updated
May 6, 2022 - C
-
Updated
May 19, 2022 - TypeScript
-
Updated
May 29, 2022 - TypeScript
-
Updated
Mar 24, 2022 - JavaScript
-
Updated
May 24, 2022 - TypeScript
-
Updated
May 27, 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
May 20, 2022 - C#
-
Updated
May 29, 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 28, 2022 - JavaScript
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Apr 30, 2022 - JavaScript
-
Updated
Apr 8, 2021 - JavaScript
-
Updated
May 20, 2022 - TypeScript
-
Updated
May 29, 2022 - JavaScript
-
Updated
May 16, 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
May 19, 2022
-
Updated
Jan 27, 2020 - JavaScript
Take a look that I set clearable to true, so I'm not able open picker by clicking on clock ions in input top-right.
Let's have some hide-picker prop?
Is your feature request related to a problem? Please describe.
There is no documentation in the user guide or commands quick reference, for the context sensitive help feature, available on F1.
As a result, most users do not likely know about it.
Describe the solution you'd like
While I know it is not yet available in every dialog, or for every control; and it does have some bro
-
Updated
May 26, 2022 - Java
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."

In my next.js where I'm adding in React Spectrum, I placed the
<Provider/>in my/pages/_app.tsx: