reactjs/react-a11y

Add ARIA validation

Open

#43 opened on May 26, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (147 forks)batch import
Hacktoberfestenhancement

Repository metrics

Stars
 (2,334 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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 be able make the assertion using a componentDidMount callback—similar to what we did to enable logging of DOM element references.

Contributor guide