p5.js-website
p5.js-website copied to clipboard
p5.js website built using Node.js, Grunt, YAML and Assemble
### Title [Content] Duplicate heading text used for callout blocks ### Description Descriptive headings and titles give users an overview of content and its structure, identifying each section in relation...
This pull request addresses heading level inconsistencies across several pages in the p5.js website to improve semantic HTML structure and accessibility. ### Changes made: - Reviewed all major pages listed...
### Title [Content] Screen reader and visual presentation are inconsistent. ### Description There is an inconsistency between the screen reader output and the visual presentation. After implementing random homepage images,...
### Topic p5.js supports both "instance mode" and "global mode." This sketch shows the difference: https://editor.p5js.org/p5/sketches/Instance_Mode:_Instantiating ## Please share your confusions! If you've had a confusing experience with instance mode...
### Most appropriate sections of the p5.js website? Tutorials ### What is your operating system? Linux ### Web browser and version Firefox ### Actual Behavior The “Getting Started with Node.js”...
Hi everyone! 👋 This issue tracks the deliverables for my **Google Summer of Code 2025** project under the Processing Foundation: **"Friendly p5.js Reference Translation Tasks."** The goal is to build...
### Title [Button] Missing accessible name for icon-only button ### Description The icon-only button on the page is missing any accessible name, so screen readers announce only its role (e.g.,...
### Title [list] `` and `` must only directly contain ``, `` or `` elements ### Description The page contains an unordered list (``) that includes direct children which are...
### Title [Heading Level] Headings are not properly nested ### Description To facilitate navigation and convey the overall document structure, authors must use headings in a properly nested order (for...
### Title [Link Item] Underline styling is applied to a non-link container instead of the link itself ### Description The page contains underlined link text, but the text-decoration style is...