citation-file-format / cff-initializer-javascript

Web form to initialize CITATION.cff files.
https://citation-file-format.github.io/cff-initializer-javascript/
Apache License 2.0
21 stars 8 forks source link

Create a viable keyboard friendly way of adding license #789

Open abelsiqueira opened 2 years ago

abelsiqueira commented 2 years ago

The dropdown is not accessible, but it has good visual feedback. So instead of removing it, we can add a toggle between the accessible version and the dropdown one. It could be accessible only through the keyboard, for instance.

One alternative for the dropdown could be a search box. After enter is hit, it shows the matches in a separate live view, which can be selected.