diff --git a/friction_a11y_view.html b/friction_a11y_view.html index f5df1eb6..dc67aa54 100644 --- a/friction_a11y_view.html +++ b/friction_a11y_view.html @@ -492,7 +492,7 @@

PDOM & Descriptions for Friction

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