p5.js-website icon indicating copy to clipboard operation
p5.js-website copied to clipboard

p5.js website built using Node.js, Grunt, YAML and Assemble

Results 336 p5.js-website issues
Sort by recently updated
recently updated
newest added

### 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...

Good First Issue
Accessibility: High Severity

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,...

Accessibility: High Severity

### 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...

Documentation
Good First Issue

### 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”...

Bug
Documentation
Good First Issue
Help Wanted

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...

Discussion

### 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.,...

Accessibility: High Severity

### Title [list] `` and `` must only directly contain ``, `` or `` elements ### Description The page contains an unordered list (``) that includes direct children which are...

Good First Issue
Accessibility: Low Severity

### 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...

Good First Issue
Accessibility: High Severity

### 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...

Good First Issue
Accessibility: Best Practice