Skip to content
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
56 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
7cc2d8b
Merge branch 'dev-2.0' into dev-2.0
NalinDalal Oct 14, 2025
1ef5b37
Merge branch 'dev-2.0' into dev-2.0
NalinDalal Oct 15, 2025
84ee41e
updated the bad code and good code examples, so actually now can diff…
NalinDalal Oct 15, 2025
493ceed
Merge branch 'processing:dev-2.0' into dev-2.0
NalinDalal Oct 16, 2025
30d45e8
fix:inverted comma typos
NalinDalal Oct 16, 2025
95a02d7
invert typos
NalinDalal Oct 16, 2025
e8ae5d1
invert typos
NalinDalal Oct 16, 2025
218313c
invert typos
NalinDalal Oct 16, 2025
e10f7d0
invert typos
NalinDalal Oct 16, 2025
6a2e30b
invert typos
NalinDalal Oct 16, 2025
3dea4a1
invert typos
NalinDalal Oct 16, 2025
0f90b46
invert typos
NalinDalal Oct 16, 2025
2b0ead8
invert typos
NalinDalal Oct 16, 2025
dd4afcb
invert typos
NalinDalal Oct 16, 2025
86a3f24
invert typos
NalinDalal Oct 16, 2025
d1b961c
invert typos
NalinDalal Oct 16, 2025
0c0e5c8
invert typos
NalinDalal Oct 16, 2025
cb89f1e
invert typos
NalinDalal Oct 16, 2025
907cb87
invert typos
NalinDalal Oct 16, 2025
d3e7e7a
invert typos
NalinDalal Oct 16, 2025
8e60de2
invert typos
NalinDalal Oct 16, 2025
3b9f224
invert typos
NalinDalal Oct 16, 2025
f0b012f
invert typos
NalinDalal Oct 16, 2025
bcd8324
invert typos to do fix
NalinDalal Oct 16, 2025
b01a556
invert typos to do fix
NalinDalal Oct 16, 2025
ed84b40
invert typos to do fix
NalinDalal Oct 16, 2025
2ba8f22
invert typos to do fix
NalinDalal Oct 16, 2025
b082995
invert typos to do fix
NalinDalal Oct 16, 2025
fd71a5d
invert typos to do fix
NalinDalal Oct 16, 2025
a9fac53
invert typos to do fix
NalinDalal Oct 16, 2025
26dd043
invert typos to do fix
NalinDalal Oct 16, 2025
c15d11a
invert typos to do fix
NalinDalal Oct 16, 2025
89f8bad
invert typos to do fix
NalinDalal Oct 16, 2025
a8cd5db
invert typos to do fix
NalinDalal Oct 16, 2025
73841a3
invert typos to do fix
NalinDalal Oct 16, 2025
aef34ea
invert typos to do fix
NalinDalal Oct 16, 2025
68e6ff2
Merge branch 'dev-2.0' into dev-2.0
ksen0 Oct 21, 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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link won't work now because you removed this section on your latest commit?


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