File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,15 @@ import p5 from '../core/main';
3737 * <a href="https://p5js.org/tutorials/writing-accessible-canvas-descriptions/">Writing accessible canvas descriptions</a>
3838 * to learn more about making sketches accessible.
3939 *
40+ * `textOutput()` generates descriptions in English only. Text drawn with
41+ * <a href="#/p5/text">text()</a> is not described. Shapes created with
42+ * <a href="#/p5/beginShape">beginShape()</a> are not described. WEBGL mode
43+ * and 3D shapes are not supported.
44+ *
45+ * Use <a href="#/p5/describe">describe()</a> and
46+ * <a href="#/p5/describeElement">describeElement()</a> for more control
47+ * over canvas descriptions.
48+ *
4049 * @method textOutput
4150 * @param {Constant } [display] either FALLBACK or LABEL.
4251 *
@@ -180,6 +189,15 @@ p5.prototype.textOutput = function(display) {
180189 * <a href="https://p5js.org/tutorials/writing-accessible-canvas-descriptions/">Writing accessible canvas descriptions</a>
181190 * to learn more about making sketches accessible.
182191 *
192+ * `gridOutput()` generates descriptions in English only. Text drawn with
193+ * <a href="#/p5/text">text()</a> is not described. Shapes created with
194+ * <a href="#/p5/beginShape">beginShape()</a> are not described. WEBGL mode
195+ * and 3D shapes are not supported.
196+ *
197+ * Use <a href="#/p5/describe">describe()</a> and
198+ * <a href="#/p5/describeElement">describeElement()</a> for more control
199+ * over canvas descriptions.
200+ *
183201 * @method gridOutput
184202 * @param {Constant } [display] either FALLBACK or LABEL.
185203 *
You can’t perform that action at this time.
0 commit comments