J. Renée Beach

Results 7 issues of J. Renée Beach

Presently, Create objects mix state and data controlling code like the method `setState` with presentation code like ``` javascript if (widgetName) { // only if there has been an editing...

Core

Elements with the role ARIA role `dialog` or `alert` require a label either provided by `aria-label` or `aria-labelledby`.

help wanted
new-rule

Bailing out when we encounter a spread operator is a choice. It reduces friction of implementation. But it also hides errors. With an option to not bail on `JSXSpreadOperator`, we...

enhancement
help wanted

For instance, `aria-selected` is recommended as a prop for the `tab` role, but it has a default value and it isn't marked as required. The following two lines are functionally...

enhancement
help wanted

The W3C Working Draft of the HTML Accessibility API Mappings 1.0 is far enough along to use in an audit of this project's HTML to AX concept mapping. In this...