Carolyn MacLeod
Carolyn MacLeod
Recommendations for improving accessibility for the (experimental) [Carbon unstable_Treeview](https://carbon-components-react.netlify.app/?path=/story/unstable-treeview--default) component. - [x] Add `aria-current="true"` to the "active" node (PR: #6937) - [ ] Change our Space key behavior to match...
## Remove the a11y status message functionality from the hooks - [ ] remove getA11yStatusMessage from useSelect. - [ ] remove getA11ySelectionMessage from useSelect. - [ ] remove getA11yStatusMessage from...
In https://github.com/w3c/aria-practices/issues/1026#issuecomment-586856886 @mcking65 said: We should probably also have a version of an editable combobox that restricts input to only allowed values and thus limits typing. For example, we could...
A Toggletip, also called Infotip or BubbleHelp, is a really common pattern consisting of a button that shows a "tip" when clicked. It is _really_ similar to the Tooltip pattern,...
This is a follow-on to https://github.com/IBMa/equal-access/issues/346#issuecomment-988873277. Steps: - Run Checker on this page: https://w3c.github.io/html-aria/tests/svg-test.html - In the list of violations, expand one of the violations for one of the SVGs...
When there's a contrast ratio violation, the Color Contrast ratio section of the Accessibility Properties tab currently shows the fg/bg hex values that could be chosen to pass WCAG 2.0...
The [ARIA Reflection spec section on attribute spelling](https://wicg.github.io/aom/spec/aria-reflection.html#idl_attr_exceptions) has the following Editor's Note: > EDITOR'S NOTE > **Editor's Note:** Should we make an exception on the spelling of "placeholder" and...
This is similar-ish to Issue #4, which says that AT needs to be able to query focus, selection start & end, etc. in a canvas [or contenteditable] text editor. AT...
https://a11y-api.github.io/a11y-api/spec/ 06 September 2016 Just a few simple typos: - Accessiblity - AccessibileNode - a AccessibleNodeList ( an ) - an relationship ( x 2 ) - happend - labeledBy...
Interestingly, native menus wrap selection on Windows, and they don't wrap on Mac. By "wrap" I mean that if the user keeps typing down arrow [up arrow], they will eventually...