Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
06019f3
Add fontWidth() and clarify textWidth vs fontWidth docs in attributes.js
NalinDalal Sep 14, 2025
8f24e3e
Merge branch 'processing:dev-2.0' into dev-2.0
NalinDalal Sep 18, 2025
0aaf553
updated as per maintainers comment, only documentation is updated
NalinDalal Sep 18, 2025
486e2db
Add fontWidth() and clarify textWidth vs fontWidth docs in attributes…
NalinDalal Sep 18, 2025
944779c
Merge branch 'processing:dev-2.0' into dev-2.0
NalinDalal Sep 19, 2025
6633de2
aded docs for difference between textWidth and fontWidth with respect…
NalinDalal Sep 19, 2025
eb58aba
unnecesaary file introduced, removed it, cleanedup the thing i was su…
NalinDalal Sep 19, 2025
78ce6ac
Merge branch 'processing:dev-2.0' into dev-2.0
NalinDalal Sep 22, 2025
2759e37
docs updated as asked
NalinDalal Sep 22, 2025
3da06c0
removed things from previous pr
NalinDalal Sep 23, 2025
f911702
i think done, if not will ask maintainer
NalinDalal Sep 23, 2025
a0fae01
Merge branch 'dev-2.0' into dev-2.0
NalinDalal Sep 24, 2025
b218819
check, merge conflicts
NalinDalal Sep 24, 2025
cebc00c
Merge branch 'dev-2.0' into dev-2.0
NalinDalal Sep 25, 2025
e2bd6b1
Merge branch 'dev-2.0' into dev-2.0
NalinDalal Sep 29, 2025
8549b93
updated the docs as per suggesstion from perminder
NalinDalal Oct 3, 2025
cf75292
Merge branch 'dev-2.0' of https://github.com/NalinDalal/p5.js into de…
NalinDalal Oct 3, 2025
51534d6
Merge branch 'processing:dev-2.0' into dev-2.0
NalinDalal Oct 9, 2025
74601d0
fixes as per review
NalinDalal Oct 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion contributor_docs/contributing_to_the_p5js_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,11 @@ Finally, for every example you add, you are required to use the p5.js function `
* </div>
```

For more on `describe()` visit the [web accessibility contributor documentation](./web_accessibility/#describe).

For more on writing effective `describe()` calls:
- See the [Web Accessibility Contributor Doc](./web_accessibility.md#user-generated-accessible-canvas-descriptions) for technical details and examples.
- See the [Writing Accessible Canvas Descriptions tutorial](https://p5js.org/tutorials/writing-accessible-canvas-descriptions/) for best practices and rationale.
- See the [Documentation Style Guide section on describe()](./documentation_style_guide.md#canvas-accessibility-descriptions-describe) for Do/Don’t examples and summary guidance.

With all the above you should have most of the tools needed to write and edit p5.js reference comments. However, there are a few more specialized usage of JSDoc style reference comments that you may come across in p5.js. These are situationally useful and not something that you need often.

Expand Down
Loading
Loading