
Attached: 1 image Who remembers the classic adventure game The Lost Files of Sherlock Holmes - The Case of the Rose Tattoo (1996)? 🔍 #adventure #game #sherlockholmes
@aeva screen-based point & click navigation ?
EDIT: if you pull something like Little Big Adventure, you could have a 3D environment you'd render and keep the per-screen navigation system that could be easier to adapt for screen readers?
@aeva
Someone did something like this!
https://jclahoot.com
(I don’t know how accesible it is though)
@aeva 🤔 if you are going to require javascript anyway, give yourself way more work and hook up that WAI-ARIA thingy? or the web-speech one. well, at least, those are the options *i* am considering for remaking my stuff....
* https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Accessibility/WAI-ARIA_basics
* https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API

Following on from the previous article, sometimes making complex UI controls that involve unsemantic HTML and dynamic JavaScript-updated content can be difficult. WAI-ARIA is a technology that can help with such problems by adding in further semantics that browsers and assistive technologies can recognize and use to let users know what is going on. Here we'll show how to use it at a basic level to improve accessibility.