-
Updated
Aug 22, 2020 - JavaScript
a11y
Here are 675 public repositories matching this topic...
-
Updated
Aug 23, 2020 - TypeScript
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
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
🐛 Bug report
Description
The webhint VSCode extensions shows an warning/problem even if the autocomplete
attrib is off
<input
type="text"
name="groupname"
id="groupname"
value=""
autocomplete="off"
placeholder="Group Name"
/>
https://
-
Updated
Aug 22, 2020 - JavaScript
-
Updated
Jan 27, 2020 - JavaScript
-
Updated
Aug 18, 2020
-
Updated
Jun 29, 2020 - CSS
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Jul 16, 2020 - CSS
-
Updated
Nov 12, 2018 - HTML
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Apr 3, 2020 - CSS
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Mar 23, 2020
Something must have changed in Chrome because the CSS asterisk is no longer positioned appropriately.
checking firefox, it still is positioned as intended.
Further investigation necessary.
-
Updated
Mar 6, 2020
-
Updated
Oct 16, 2019 - JavaScript
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Aug 20, 2020 - CSS
-
Updated
Aug 1, 2019 - CSS
Improve this page
Add a description, image, and links to the a11y topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the a11y topic, visit your repo's landing page and select "manage topics."
Expected Behavior
More components in the theme object should support customization by specifying a
family
property for those components. I was attempting to customizeList
while a coworker is trying to customizeAnchor
. Using the extend function is a workaround for now.Actual Behavior
Only
Heading
andButton
supportfamily
on the theme object.URL, screen shot,