processing / p5.accessibility

p5.accessibility.js makes the p5 canvas more accessible to people who are blind and visually impaired. It can be used with any p5.js sketch and it is used in the p5.js web editor.
GNU Lesser General Public License v2.1
74 stars 27 forks source link

Reference for Basic Shapes: code example fix for screen readers #91

Open git-ebetts opened 6 years ago

git-ebetts commented 6 years ago

Nature of issue?

Details about the bug:

Feature enhancement details:

When using a screen reader, the code examples on the Basic Shapes reference pages present the actual code before a brief description of what the code example accomplishes. I propose reversing this order so that screen reader users reviewing code examples will first hear a description of what is rendered followed by the required code.