Accessibility Cookbook for the Empathically Challenged

From the general thread above, to some specific TADS things:

So it appears to be an Adv3lite thing, or at least not a default TADS capability, in that my WIP only allows it for adjacent rooms. Anyone aware of an ADV3 library or extension for this, before I start coding? :]

Deeper on this a bit, the Cookbook implementation appears to be challenged, specifically in QTADS. Lectrote, Gargoyle, Frobtads and Parchment all handle this well:

statusLine.statusDispMode = StatusModeText;

QTADS, however, seems to insist on Suffixing every output with the Room Name. To wit:

ROOM
A room description.

There is an object here.  ROOM

Particularly intrusive when the system messages do not contain trailing spaces:

ROOM
A room description.

Obvious exits: EastROOM

Now, maybe QTADS is not invoked when screen readers are employed? Though I understand them to be intended for any window interface. Am I missing something, and this is Helpful, Actually?

1 Like