Todd Kloots
Todd Kloots
The linter indicates the `aria-placeholder` attribute is not supported by the ARIA `combobox` role. However: - [The ARIA spec for `aria-placeholder`](https://www.w3.org/TR/wai-aria-1.1/#aria-placeholder) doesn't indicate it cannot be used with the `combobox`...
At a minimum can validate values of ARIA attributes. It might be more difficult to assert values that require the id of another element in the DOM, but we may...
[The fix](https://github.com/rackt/react-a11y/commit/6aa203d4ada4547337ede623834b5480391c6b3b) for #82 highlights a need to solve this problem in a more elegant way.
### Summary JAWS toggles the Virtual PC Cursor on when focus is moved to an ARIA list made interactive via use of the `tabIndex` attribute and the roving tabindex pattern....
## Context This is a feature request, born out of a use case from Slack. ## Background When transitioning focus between views in a single-page web app, focus will move...