You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/en.yml
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -373,15 +373,22 @@ learn:
373
373
For more further information about p5.js screen reader accessibility, please read
374
374
labeling-canvases-available-labels: Screen reader labels for p5.js
375
375
labeling-canvases-available-labels-1: p5.js offers four different functions for labeling your canvas
376
-
labeling-canvases-available-labels-li-1: <a class = "code" href="https://p5js.org/reference/#/p5/describe">describe()</a> provides an overall description of the canvas contents.
377
-
labeling-canvases-available-labels-li-2: <a class = "code" href="https://p5js.org/reference/#/p5/describeElement">describeElement()</a> describes a specific element or a specific grouping of elements in a canvas.
376
+
labeling-canvases-available-labels-li-1: >-
377
+
<a class = "code" href="https://p5js.org/reference/#/p5/describe">describe()</a> provides an overall description of the canvas contents. This function's parameters include: <span class= "code">text</span>,
378
+
which affords a string of text for the label; and <span class = "code">display</span>, an optional parameter to set the visibility of the label.
379
+
labeling-canvases-available-labels-li-2: >-
380
+
<a class = "code" href="https://p5js.org/reference/#/p5/describeElement">describeElement()</a> describes a specific element or a specific grouping of elements in a canvas.
381
+
This function's parameters include: <span class = "code">name</span>, which affords a string naming the element described; <span class = "code">text</span>, which affords a string of text as the label description;
382
+
and <span class="code">display</span>, an optional parameter to set the visibility of the label.
378
383
labeling-canvases-available-labels-li-3: >-
379
384
<a class = "code" href="https://p5js.org/reference/#/p5/textOutput">textOutput()</a> generates a list providing a canvas description and its (visual) elements, including the canvas' size,
380
-
canvas color, as well as each visual element’s color, position, and the amount of area the element covers within the canvas.
385
+
canvas color, as well as each visual element’s color, position, and the amount of area the element covers within the canvas. This function's only parameter is <span class = "code">display</span>, which is an optional
386
+
parameter to set the visibility of the label.
381
387
labeling-canvases-available-labels-li-4: >-
382
388
<a class = "code" href="https://p5js.org/reference/#/p5/gridOutput">gridOutput()</a>, like <a class = "code" href="https://p5js.org/reference/#/p5/textOutput">textOutput()</a>, generates a list of the canvas and its (visual) elements, only this function
383
389
arranges its output in a HTML table that plots the spatial location of each shape within the canvas. It also provides a basic
384
-
description of the canvas, including the canvas' size, canvas color, the number of visual elements, and the different visual element types inside the canvas.
390
+
description of the canvas, including the canvas' size, canvas color, the number of visual elements, and the different visual element types inside the canvas. This function's only parameter is <span class = "code">display</span>, which is an optional
391
+
parameter to set the visibility of the label.
385
392
labeling-canvases-best-practices: Labeling best practices
386
393
labeling-canvases-best-practices-what-requires-labeling: What requires labeling?
Copy file name to clipboardExpand all lines: src/data/es.yml
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -385,15 +385,22 @@ learn:
385
385
For more further information about p5.js screen reader accessibility, please read
386
386
labeling-canvases-available-labels: Screen reader labels for p5.js
387
387
labeling-canvases-available-labels-1: p5.js offers four different functions for labeling your canvas
388
-
labeling-canvases-available-labels-li-1: <a class = "code" href="https://p5js.org/reference/#/p5/describe">describe()</a> provides an overall description of the canvas contents.
389
-
labeling-canvases-available-labels-li-2: <a class = "code" href="https://p5js.org/reference/#/p5/describeElement">describeElement()</a> describes a specific element or a specific grouping of elements in a canvas.
388
+
labeling-canvases-available-labels-li-1: >-
389
+
<a class = "code" href="https://p5js.org/reference/#/p5/describe">describe()</a> provides an overall description of the canvas contents. This function's parameters include: <span class= "code">text</span>,
390
+
which affords a string of text for the label; and <span class = "code">display</span>, an optional parameter to set the visibility of the label.
391
+
labeling-canvases-available-labels-li-2: >-
392
+
<a class = "code" href="https://p5js.org/reference/#/p5/describeElement">describeElement()</a> describes a specific element or a specific grouping of elements in a canvas.
393
+
This function's parameters include: <span class = "code">name</span>, which affords a string naming the element described; <span class = "code">text</span>, which affords a string of text as the label description;
394
+
and <span class="code">display</span>, an optional parameter to set the visibility of the label.
390
395
labeling-canvases-available-labels-li-3: >-
391
396
<a class = "code" href="https://p5js.org/reference/#/p5/textOutput">textOutput()</a> generates a list providing a canvas description and its (visual) elements, including the canvas' size,
392
-
canvas color, as well as each visual element’s color, position, and the amount of area the element covers within the canvas.
397
+
canvas color, as well as each visual element’s color, position, and the amount of area the element covers within the canvas. This function's only parameter is <span class = "code">display</span>, which is an optional
398
+
parameter to set the visibility of the label.
393
399
labeling-canvases-available-labels-li-4: >-
394
400
<a class = "code" href="https://p5js.org/reference/#/p5/gridOutput">gridOutput()</a>, like <a class = "code" href="https://p5js.org/reference/#/p5/textOutput">textOutput()</a>, generates a list of the canvas and its (visual) elements, only this function
395
401
arranges its output in a HTML table that plots the spatial location of each shape within the canvas. It also provides a basic
396
-
description of the canvas, including the canvas' size, canvas color, the number of visual elements, and the different visual element types inside the canvas.
402
+
description of the canvas, including the canvas' size, canvas color, the number of visual elements, and the different visual element types inside the canvas. This function's only parameter is <span class = "code">display</span>, which is an optional
403
+
parameter to set the visibility of the label.
397
404
labeling-canvases-best-practices: Labeling best practices
398
405
labeling-canvases-best-practices-what-requires-labeling: What requires labeling?
Copy file name to clipboardExpand all lines: src/data/hi.yml
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -373,15 +373,22 @@ learn:
373
373
For more further information about p5.js screen reader accessibility, please read
374
374
labeling-canvases-available-labels: Screen reader labels for p5.js
375
375
labeling-canvases-available-labels-1: p5.js offers four different functions for labeling your canvas
376
-
labeling-canvases-available-labels-li-1: <a class = "code" href="https://p5js.org/reference/#/p5/describe">describe()</a> provides an overall description of the canvas contents.
377
-
labeling-canvases-available-labels-li-2: <a class = "code" href="https://p5js.org/reference/#/p5/describeElement">describeElement()</a> describes a specific element or a specific grouping of elements in a canvas.
376
+
labeling-canvases-available-labels-li-1: >-
377
+
<a class = "code" href="https://p5js.org/reference/#/p5/describe">describe()</a> provides an overall description of the canvas contents. This function's parameters include: <span class= "code">text</span>,
378
+
which affords a string of text for the label; and <span class = "code">display</span>, an optional parameter to set the visibility of the label.
379
+
labeling-canvases-available-labels-li-2: >-
380
+
<a class = "code" href="https://p5js.org/reference/#/p5/describeElement">describeElement()</a> describes a specific element or a specific grouping of elements in a canvas.
381
+
This function's parameters include: <span class = "code">name</span>, which affords a string naming the element described; <span class = "code">text</span>, which affords a string of text as the label description;
382
+
and <span class="code">display</span>, an optional parameter to set the visibility of the label.
378
383
labeling-canvases-available-labels-li-3: >-
379
384
<a class = "code" href="https://p5js.org/reference/#/p5/textOutput">textOutput()</a> generates a list providing a canvas description and its (visual) elements, including the canvas' size,
380
-
canvas color, as well as each visual element’s color, position, and the amount of area the element covers within the canvas.
385
+
canvas color, as well as each visual element’s color, position, and the amount of area the element covers within the canvas. This function's only parameter is <span class = "code">display</span>, which is an optional
386
+
parameter to set the visibility of the label.
381
387
labeling-canvases-available-labels-li-4: >-
382
388
<a class = "code" href="https://p5js.org/reference/#/p5/gridOutput">gridOutput()</a>, like <a class = "code" href="https://p5js.org/reference/#/p5/textOutput">textOutput()</a>, generates a list of the canvas and its (visual) elements, only this function
383
389
arranges its output in a HTML table that plots the spatial location of each shape within the canvas. It also provides a basic
384
-
description of the canvas, including the canvas' size, canvas color, the number of visual elements, and the different visual element types inside the canvas.
390
+
description of the canvas, including the canvas' size, canvas color, the number of visual elements, and the different visual element types inside the canvas. This function's only parameter is <span class = "code">display</span>, which is an optional
391
+
parameter to set the visibility of the label.
385
392
labeling-canvases-best-practices: Labeling best practices
386
393
labeling-canvases-best-practices-what-requires-labeling: What requires labeling?
Copy file name to clipboardExpand all lines: src/data/it.yml
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -385,15 +385,22 @@ learn:
385
385
For more further information about p5.js screen reader accessibility, please read
386
386
labeling-canvases-available-labels: Screen reader labels for p5.js
387
387
labeling-canvases-available-labels-1: p5.js offers four different functions for labeling your canvas
388
-
labeling-canvases-available-labels-li-1: <a class = "code" href="https://p5js.org/reference/#/p5/describe">describe()</a> provides an overall description of the canvas contents.
389
-
labeling-canvases-available-labels-li-2: <a class = "code" href="https://p5js.org/reference/#/p5/describeElement">describeElement()</a> describes a specific element or a specific grouping of elements in a canvas.
388
+
labeling-canvases-available-labels-li-1: >-
389
+
<a class = "code" href="https://p5js.org/reference/#/p5/describe">describe()</a> provides an overall description of the canvas contents. This function's parameters include: <span class= "code">text</span>,
390
+
which affords a string of text for the label; and <span class = "code">display</span>, an optional parameter to set the visibility of the label.
391
+
labeling-canvases-available-labels-li-2: >-
392
+
<a class = "code" href="https://p5js.org/reference/#/p5/describeElement">describeElement()</a> describes a specific element or a specific grouping of elements in a canvas.
393
+
This function's parameters include: <span class = "code">name</span>, which affords a string naming the element described; <span class = "code">text</span>, which affords a string of text as the label description;
394
+
and <span class="code">display</span>, an optional parameter to set the visibility of the label.
390
395
labeling-canvases-available-labels-li-3: >-
391
396
<a class = "code" href="https://p5js.org/reference/#/p5/textOutput">textOutput()</a> generates a list providing a canvas description and its (visual) elements, including the canvas' size,
392
-
canvas color, as well as each visual element’s color, position, and the amount of area the element covers within the canvas.
397
+
canvas color, as well as each visual element’s color, position, and the amount of area the element covers within the canvas. This function's only parameter is <span class = "code">display</span>, which is an optional
398
+
parameter to set the visibility of the label.
393
399
labeling-canvases-available-labels-li-4: >-
394
400
<a class = "code" href="https://p5js.org/reference/#/p5/gridOutput">gridOutput()</a>, like <a class = "code" href="https://p5js.org/reference/#/p5/textOutput">textOutput()</a>, generates a list of the canvas and its (visual) elements, only this function
395
401
arranges its output in a HTML table that plots the spatial location of each shape within the canvas. It also provides a basic
396
-
description of the canvas, including the canvas' size, canvas color, the number of visual elements, and the different visual element types inside the canvas.
402
+
description of the canvas, including the canvas' size, canvas color, the number of visual elements, and the different visual element types inside the canvas. This function's only parameter is <span class = "code">display</span>, which is an optional
403
+
parameter to set the visibility of the label.
397
404
labeling-canvases-best-practices: Labeling best practices
398
405
labeling-canvases-best-practices-what-requires-labeling: What requires labeling?
Copy file name to clipboardExpand all lines: src/data/ko.yml
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -317,15 +317,22 @@ learn:
317
317
For more further information about p5.js screen reader accessibility, please read
318
318
labeling-canvases-available-labels: Screen reader labels for p5.js
319
319
labeling-canvases-available-labels-1: p5.js offers four different functions for labeling your canvas
320
-
labeling-canvases-available-labels-li-1: <a class = "code" href="https://p5js.org/reference/#/p5/describe">describe()</a> provides an overall description of the canvas contents.
321
-
labeling-canvases-available-labels-li-2: <a class = "code" href="https://p5js.org/reference/#/p5/describeElement">describeElement()</a> describes a specific element or a specific grouping of elements in a canvas.
320
+
labeling-canvases-available-labels-li-1: >-
321
+
<a class = "code" href="https://p5js.org/reference/#/p5/describe">describe()</a> provides an overall description of the canvas contents. This function's parameters include: <span class= "code">text</span>,
322
+
which affords a string of text for the label; and <span class = "code">display</span>, an optional parameter to set the visibility of the label.
323
+
labeling-canvases-available-labels-li-2: >-
324
+
<a class = "code" href="https://p5js.org/reference/#/p5/describeElement">describeElement()</a> describes a specific element or a specific grouping of elements in a canvas.
325
+
This function's parameters include: <span class = "code">name</span>, which affords a string naming the element described; <span class = "code">text</span>, which affords a string of text as the label description;
326
+
and <span class="code">display</span>, an optional parameter to set the visibility of the label.
322
327
labeling-canvases-available-labels-li-3: >-
323
328
<a class = "code" href="https://p5js.org/reference/#/p5/textOutput">textOutput()</a> generates a list providing a canvas description and its (visual) elements, including the canvas' size,
324
-
canvas color, as well as each visual element’s color, position, and the amount of area the element covers within the canvas.
329
+
canvas color, as well as each visual element’s color, position, and the amount of area the element covers within the canvas. This function's only parameter is <span class = "code">display</span>, which is an optional
330
+
parameter to set the visibility of the label.
325
331
labeling-canvases-available-labels-li-4: >-
326
332
<a class = "code" href="https://p5js.org/reference/#/p5/gridOutput">gridOutput()</a>, like <a class = "code" href="https://p5js.org/reference/#/p5/textOutput">textOutput()</a>, generates a list of the canvas and its (visual) elements, only this function
327
333
arranges its output in a HTML table that plots the spatial location of each shape within the canvas. It also provides a basic
328
-
description of the canvas, including the canvas' size, canvas color, the number of visual elements, and the different visual element types inside the canvas.
334
+
description of the canvas, including the canvas' size, canvas color, the number of visual elements, and the different visual element types inside the canvas. This function's only parameter is <span class = "code">display</span>, which is an optional
335
+
parameter to set the visibility of the label.
329
336
labeling-canvases-best-practices: Labeling best practices
330
337
labeling-canvases-best-practices-what-requires-labeling: What requires labeling?
Copy file name to clipboardExpand all lines: src/data/zh-Hans.yml
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -299,15 +299,22 @@ learn:
299
299
For more further information about p5.js screen reader accessibility, please read
300
300
labeling-canvases-available-labels: Screen reader labels for p5.js
301
301
labeling-canvases-available-labels-1: p5.js offers four different functions for labeling your canvas
302
-
labeling-canvases-available-labels-li-1: <a class = "code" href="https://p5js.org/reference/#/p5/describe">describe()</a> provides an overall description of the canvas contents.
303
-
labeling-canvases-available-labels-li-2: <a class = "code" href="https://p5js.org/reference/#/p5/describeElement">describeElement()</a> describes a specific element or a specific grouping of elements in a canvas.
302
+
labeling-canvases-available-labels-li-1: >-
303
+
<a class = "code" href="https://p5js.org/reference/#/p5/describe">describe()</a> provides an overall description of the canvas contents. This function's parameters include: <span class= "code">text</span>,
304
+
which affords a string of text for the label; and <span class = "code">display</span>, an optional parameter to set the visibility of the label.
305
+
labeling-canvases-available-labels-li-2: >-
306
+
<a class = "code" href="https://p5js.org/reference/#/p5/describeElement">describeElement()</a> describes a specific element or a specific grouping of elements in a canvas.
307
+
This function's parameters include: <span class = "code">name</span>, which affords a string naming the element described; <span class = "code">text</span>, which affords a string of text as the label description;
308
+
and <span class="code">display</span>, an optional parameter to set the visibility of the label.
304
309
labeling-canvases-available-labels-li-3: >-
305
310
<a class = "code" href="https://p5js.org/reference/#/p5/textOutput">textOutput()</a> generates a list providing a canvas description and its (visual) elements, including the canvas' size,
306
-
canvas color, as well as each visual element’s color, position, and the amount of area the element covers within the canvas.
311
+
canvas color, as well as each visual element’s color, position, and the amount of area the element covers within the canvas. This function's only parameter is <span class = "code">display</span>, which is an optional
312
+
parameter to set the visibility of the label.
307
313
labeling-canvases-available-labels-li-4: >-
308
314
<a class = "code" href="https://p5js.org/reference/#/p5/gridOutput">gridOutput()</a>, like <a class = "code" href="https://p5js.org/reference/#/p5/textOutput">textOutput()</a>, generates a list of the canvas and its (visual) elements, only this function
309
315
arranges its output in a HTML table that plots the spatial location of each shape within the canvas. It also provides a basic
310
-
description of the canvas, including the canvas' size, canvas color, the number of visual elements, and the different visual element types inside the canvas.
316
+
description of the canvas, including the canvas' size, canvas color, the number of visual elements, and the different visual element types inside the canvas. This function's only parameter is <span class = "code">display</span>, which is an optional
317
+
parameter to set the visibility of the label.
311
318
labeling-canvases-best-practices: Labeling best practices
312
319
labeling-canvases-best-practices-what-requires-labeling: What requires labeling?
0 commit comments