diff --git a/faradays-law_a11y_view.html b/faradays-law_a11y_view.html index 9c15858a..fde712bf 100644 --- a/faradays-law_a11y_view.html +++ b/faradays-law_a11y_view.html @@ -492,7 +492,7 @@

PDOM & Descriptions for Faraday's Law

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();