Maggie Wachs
Maggie Wachs
### What issue are you having? It's possible to set up a form with input, select, radio group, etc without specifying a label for that field, but that may leave...
**mapbox-gl-js version**: Latest **browser**: All ### Why we need this fixed I'm a web accessibility engineer for a digital agency, and one of our clients is a Federal US agency...
The latest tagged version of Pa11y CI (3.1.0) runs on an older version of axe-core that includes several deprecated rules, v4.2.1: https://github.com/dequelabs/axe-core/blob/v4.2.1/doc/rule-descriptions.md I see there's a PR for the next...
_This is really a usability improvement or enhancement, less so a bug_ :) **Describe the bug** The tab component's implementation of keyboard support is somewhat non-standard: * after you select...
**Describe the bug** Our team is building a form with the CMS DS React components, and in testing we noticed that the inline error messages are not announced by a...
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [X] I have read the [contributing...
This is an interim step in our ongoing restructuring project to clean up some of the redundant content in these sections. TODOs: - [ ] Replace the Guide's landing page...
### Describe the bug Using `display: block` on radio button `` elements makes them fill the width of their container, and it also makes the label's white space clickable. ###...
**Describe the bug** The dropdown component contains a button with `aria-invalid` assigned, which is being flagged by our instance of Siteimprove as an invalid use of ARIA. Dropdown source: https://github.com/CMSgov/design-system/blob/main/packages/design-system/src/components/Dropdown/Dropdown.tsx#L279...
I use several tools to evaluate my project's websites, and often use Pa11y CI to validate them. Recently I noticed that when other tools are picking up errors, Pa11y CI...