charlie-yao / react-aria-widgets

Implementations of WAI-ARIA widgets and design patterns in React.
MIT License
2 stars 0 forks source link

ARIA roles, naming, and BaseAccordionPanel #193

Open charlie-yao opened 1 year ago

charlie-yao commented 1 year ago

https://www.w3.org/TR/html-aria/#docconformance https://www.w3.org/TR/html-aria/#docconformance-naming

If an element has the generic role, it must not have an aria-labelledby. If possible, it would be nice to type check this and mention this in the documentation.

Related: #194