Open
Description
Increasing Access
The keyboard shortcut to "Turn On Accessible Output" enables both plain-text and table-text canvas descriptions. Merging #2694 would mean that both textOutput()
and gridOutput()
are called. This may confuse people using screen readers. See the "How NOT to use labels" section of How to label your p5.js code.
Feature enhancement details
I suggest defaulting to either plain-text or table-text descriptions.