Skip to content

Commit

Permalink
Rename Accessibility -> PDOM for utils/peer/instance/tests, phetsims/…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 7, 2020
1 parent 955f5f5 commit 09fd328
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Note: a11y is a synonym for accessibility.
options to provide PDOM descriptions.

* The DAG features of the a11y side of Scenery are handled the same way as graphical `Node`s in Scenery. Each `Node`
with the `ParallelDOM` trait added to its prototype has N `AccessibleInstance`s based on the number of times it has been added
to the scene graph. The PDOM elements of each `Node` are created and handled with `AccessiblePeer`. There is a 1x1
relationship of `AccessibleInstance` and `AccessiblePeer`.
with the `ParallelDOM` trait added to its prototype has N `PDOMInstance`s based on the number of times it has been added
to the scene graph. The PDOM elements of each `Node` are created and handled with `PDOMPeer`. There is a 1x1
relationship of `PDOMInstance` and `PDOMPeer`.

## Basic Example - adding a11y features to a `Node`
The primary to add a `Node` to the PDOM is through options passed through to `Node.js`. First off, each
Expand Down

0 comments on commit 09fd328

Please sign in to comment.