William Stanton

Results 6 comments of William Stanton

A11y acceptance criteria: - Users can identify whether the switch is ON or OFF when viewed through grayscale color. (Failing WCAG v2.1, 1.4.1 "Use of Color" where the blue BG...

Suggesting under Motivation: To improve conformance with WCAG 2.2 guidelines [1.4.1 Use of color](https://www.w3.org/WAI/WCAG22/Understanding/use-of-color.html) and [1.4.11 Non-text contrast](https://www.w3.org/WAI/WCAG22/Understanding/non-text-contrast.html). Toggle buttons with an inverted color scheme: Toggle buttons with an outline:...

> Hi [@williamjstanton](https://github.com/williamjstanton) - just wanted to check back in to see if this is something that you'd still like to see completed? And is this currently an accessibility violation,...

Offering a bit of research from Salesforce: https://salesforce-ux.github.io/dnd-a11y-patterns/#/resize?_k=jcg0ue Interesting idea here, using a slider input to help communicate a range of width for the column. I don't know if I...

Recommendations: 1. Apply the HTML `required` attribute to the element around the radio buttons, 2. Reduced test case: https://codepen.io/apoblete/pen/zYyvRJJ?editors=1010 3. Remove invalud aria from generic elements (see attached screen cap)

From an accessibility standpoint, using `SidePanel` as an overlay will need to follow the standard rules for a modal dialog, including the ARIA roles and keyboard focus management to /...