expandjs / mat-elements

A collection of Material Design web components from the expand.js team
https://expandjs.com/components
BSD 3-Clause "New" or "Revised" License
15 stars 2 forks source link

Accessibility #1

Open GabiAxel opened 8 years ago

GabiAxel commented 8 years ago

From what I could tell, mat-elements don't seem to implement accessibility standards. For example, it's not possible to move through menu options using the keyboard. I didn't see any aria-* attributes either. Is that something in the roadmap?

Pupix commented 8 years ago

Hello!

Yes, it's on the roadmap. Currently we are trying to implement all the components present in the Material Design spec. Once we have all of them we will release v1.0 and immediately after that we will implement the all the accessibility features(aria, keybindings for navigation and what not) for v1,1.

Cheers!

GabiAxel commented 8 years ago

Great. Thanks.