-
Updated
Jul 2, 2022 - TypeScript
accessibility
Here are 2,840 public repositories matching this topic...
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Jun 30, 2022 - JavaScript
-
Updated
Jun 8, 2022
-
Updated
May 29, 2022 - CSS
-
Updated
May 6, 2022 - C
-
Updated
May 19, 2022 - TypeScript
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Mar 24, 2022 - JavaScript
-
Updated
May 24, 2022 - TypeScript
-
Updated
Jul 4, 2022 - TypeScript
The isFocusable function currently does not take into account negative tabindex (and for the default use case it shouldn't take into account negative tabindex). This causes us to pair the function call with a check on tabindex to ensure that the element is currently keyboard focusable and not programmatically foc
-
Updated
Jul 2, 2022 - C#
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
Jul 5, 2022 - JavaScript
-
Updated
Apr 8, 2021 - JavaScript
-
Updated
Jun 20, 2022 - TypeScript
-
Updated
Jul 5, 2022 - JavaScript
-
Updated
Jun 28, 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
Vuestic-ui version: 1.4.4
Steps to reproduce
npm run serve:book- Find a time picker demo
- Look for the "view" demo
- Click on the AM, then PM
- AM/PM switches back to the AM
What is the expected behavior?
AM/PM changes correctly without rolling back to the previous value.
What is the current behavior?
When the current value is AM, and after that clicking on the
-
Updated
May 19, 2022
-
Updated
Jan 27, 2020 - JavaScript
Can modified functions get types added to their header, where the types are known?
Originally posted by @seanbudd in nvaccess/nvda#13796 (comment) Many of the functions in JABHandler.py and NVDAObjects/JAB/init.py lack type information on many of the functions. If type information is wanted, then we should make it a separate effort and its own pull requ
-
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: