Sarah Higley
Sarah Higley
Since the `` element within the checkbox is styled to cover the entire width and height of the control (including the label text), links and other potential interactive items within...
Related to #23334, I noticed that the accordion buttons were submitting a form when nested within one. This PR adds `type="button"` by default to all button slots in `react-components` that...
After chatting with design, we landed on the following behaviors for Combobox with typability: - All Comboboxes allow free user input while the combobox is focused - Combobox with `allowFreeform={true}`...
Components in the initial RC completed their manual a11y review, tracked in #19779. This epic tracks manually accessibility testing for components entering beta/RC going forward: - [x] Input: #21174 -...
Related to #383 and #1444 This is a very similar issue to the ones about aria-required-children on list, listbox, and tree. I can't think of a reason why menu and...
@bkardell and I went through a number of examples of more traditional application tabs and examples of the proposed panelset pattern, and came up with a proposal to separate them...
Related to this ARIA issue: https://github.com/w3c/aria/issues/689 As discussed in the 9/3/2020 ARIA meeting, it would be helpful to have an APG example of a multiselect combobox that implements tokens for...
In the tablist's [roles, states, and properties](https://w3c.github.io/aria-practices/#wai-aria-roles-states-and-properties-22) list, the third bullet reads as follows: > If the tab list has a visible label, the element with role tablist has [aria-labelledby](https://w3c.github.io/aria/#aria-labelledby)...
Related to #21416 We do want to use a non-dialog role for the non-focus-trapping variant, but `complementary` isn't the best fit -- it refers specifically to content that is complementary...
Avatar has a few accessibility bugs showing up in storybook: 1. The first avatar in the default story needs to have an accName exposed 2. The avatars in the "Active"...