-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding describe() as default function to increase accessibility #3081
Comments
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already. |
This would be helpful for screen-readers. Good suggestion! |
+1 this is a good suggestion! There was some previous discussion in #1954 and I took a crack at an implementation in #1959. I'm curious to hear people's thoughts about the best placeholder/instruction. On the library side, there's an ongoing discussion about using |
Thanks for bringing up the earlier issue @nickmcintyre, I had an inkling this might've been brought up earlier! For the placeholder/instruction, I think @katiejliu's suggestion in the screenshot could be a good start. It could also potentially be condensed to |
Sure thing, @raclim. Agreed it’d be best to wait for the new website. Curious to see what form the proposed guidelines take. Not a fully-formed thought, but I wonder if they could be condensed into a short comment above |
Increasing Access
The new describe() function adds alt text to your sketch. https://p5js.org/reference/#/p5/describe
We should encourage users to make their sketches accessible by including the describe function as a default function in the text editor.
Feature request details
Add something similar to lines 4 and 5 to encourage users to make their sketches more accessible
The text was updated successfully, but these errors were encountered: