Open
Description
Most appropriate sub-area of p5.js?
- Accessibility (Web Accessibility)
- Build tools and processes
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Friendly error system
- Image
- IO (Input/Output)
- Localization
- Math
- Unit Testing
- Typography
- Utilities
- WebGL
- Other (specify if possible)
p5.js version
1.4.0
Web browser and version
No response
Operating System
No response
Steps to reproduce this
I was asked by @lm-n to open an Issue regarding a missing accessibility description to p5.Color._parseInputs()
.
Even though it’s a private function, I asked @lm-n if it still needed a describe()
. His response:
doesn't matter for reference but could be helpful for contributors to see an example
Which works well enough for me! 👍