Marcy Sutton-Todd
Marcy Sutton-Todd
When I try to use the keyboard with Vorlon.js, I can't due to the many DIV elements used for interface buttons. Anything that a user clicks on should be reachable...
Hey there, this is a cool project! I was testing out the examples and you've already done some great stuff for accessibility. I found a couple of things I'll file...
Hi, I see there are some ARIA attributes in place for menus. However, the dropdown can't be navigated with the keyboard, and the trigger button is not associated with the...
Related to https://github.com/dequelabs/axe-webdriverjs/issues/35, axe-cli hangs on websites that have a limited Content Security Policy (CSP). Because axe-cli injects a script to make sure you're on the same page (similar to...
We need to ensure the course certificates are as accessible as can be. For PDF documents, this means enabling tagging to expose headings, alt text, and whatever else can be...
Cool starter! I noticed there are some accessibility opportunities with this repo, including some issues with the header: - There's an `onclick` event directly on an SVG element. If possible,...
Hey there, this plugin README has some http image URLs in it, which cause insecure content warnings on gatsbyjs.org when the plugin is indexed on the Gatsby plugin library. I...
I integrated the aXe accessibility engine into this seed project, thought it might come in handy for other developers.
Adds initial media query tokens for breakpoint sizes in wonder-blocks-tokens. Breakpoint values are derived from internal docs: | Wonder Blocks (Web) | Design at (Figma) -- | -- | --...
## Summary: In https://khanacademy.atlassian.net/browse/WB-2086, we adjusted `ModalContent` to not scroll on short height screens. This was intended for OnePaneDialog which neede the change, but caused bugs in FlexibleDialog and DrawerDialog,...