You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Thanks for raising this! Having one option defaulted makes sense to me far, but I'm not sure which one would be better for this context. I think more input might be needed before moving forward with one here!
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()
andgridOutput()
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.
The text was updated successfully, but these errors were encountered: