ThePix / QuestJS

A major re-write of Quest that is written in JavaScript and will run in the browser.
MIT License
66 stars 13 forks source link

Small accessibility improvements #25

Open TimBoettcher opened 3 years ago

TimBoettcher commented 3 years ago

Recently, the game interface started becoming less accessible. I will make various small improvements, such as giving accessible labels for icons, making more clear if text is cklickable (by using the button role and aria enabled/disabled states) and giving images associated with items alt attributes.

ThePix commented 3 years ago

Can you be more specific? Perhaps give a couple of examples?