-
Updated
Nov 6, 2021 - JavaScript
accessibility
Here are 2,338 public repositories matching this topic...
-
Updated
Nov 8, 2021 - TypeScript
-
Updated
Sep 16, 2021
-
Updated
Oct 30, 2021 - CSS
-
Updated
Nov 8, 2021 - TypeScript
-
Updated
Jul 9, 2021 - C
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
Oct 15, 2021 - TypeScript
-
Updated
Nov 4, 2021 - JavaScript
We're increasingly starting to see folks ask for AAA tests. One rule we could easily add is a color-contrast-enhanced rule, which uses 7:1 contrast minimum for regular text, and 4.5:1 for large and bold text. See: https://www.w3.org/TR/WCAG21/#contrast-enhanced
This rule will be a copy of the existing color-contrast rule and check, using different check option defaults.
This rule will have t
-
Updated
Jun 25, 2021 - 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
Nov 4, 2021 - Python
-
Updated
Oct 29, 2021 - JavaScript
-
Updated
Nov 1, 2021 - JavaScript
-
Updated
Nov 9, 2021 - TypeScript
-
Updated
Nov 6, 2021 - JavaScript
-
Updated
Apr 8, 2021 - JavaScript
-
Updated
Nov 8, 2021 - TypeScript
-
Updated
Nov 8, 2021 - TypeScript
-
Updated
Nov 8, 2021 - 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, 2020 - JavaScript
-
Updated
Oct 28, 2021
-
Updated
Nov 3, 2021 - SCSS
-
Updated
Oct 25, 2021 - JavaScript
-
Updated
Oct 7, 2021 - 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."
isDisabled only prevents opening combobox when clicking on the input element.
Clicking on the label or button parts of a combobox that is disabled still opens the combobox.
This is probably related to adobe/react-spectrum#1887
disabledshould be set on both inputProps and buttonPropswhen
isDisabledistrue, click