diff --git a/resistance-in-a-wire_a11y_view.html b/resistance-in-a-wire_a11y_view.html index 47b0a8f..d4f71bb 100644 --- a/resistance-in-a-wire_a11y_view.html +++ b/resistance-in-a-wire_a11y_view.html @@ -492,7 +492,7 @@

PDOM & Descriptions for Resistance in a Wire

const simFrame = document.getElementById( 'iframe' ); const innerWindow = simFrame.contentWindow; - const PDOMRoot = innerWindow.phet.joist.sim.display.accessibleDOMElement; // copy of the parallel DOM + const PDOMRoot = innerWindow.phet.joist.display.accessibleDOMElement; // copy of the parallel DOM // get the alert dom elements from the iframe's inner document const ariaLiveElementsContainer = innerWindow.phet.joist.sim.utteranceQueue.getAriaLiveContainer();