Skip to content

Commit

Permalink
accessibleDOMElement->pdomRootElement, phetsims/scenery#997
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Feb 2, 2021
1 parent ac4a0f9 commit 2ad2901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion friction_a11y_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ <h3>PDOM & Descriptions for Friction</h3>

const simFrame = document.getElementById( 'iframe' );
const innerWindow = simFrame.contentWindow;
const PDOMRoot = innerWindow.phet.joist.display.accessibleDOMElement; // copy of the parallel DOM
const PDOMRoot = innerWindow.phet.joist.display.pdomRootElement; // copy of the parallel DOM

// get the alert dom elements from the iframe's inner document
const ariaLiveElementsContainer = innerWindow.phet.joist.sim.utteranceQueue.getAriaLiveContainer();
Expand Down

0 comments on commit 2ad2901

Please sign in to comment.