reactjs/react-a11y

Add ARIA validation

Open

#43 aberto em 26 de mai. de 2015

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (147 forks)batch import
Hacktoberfestenhancement

Métricas do repositório

Stars
 (2.334 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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.

Guia do colaborador