From 04ca0273c62ce1761c9d4396a1cff99880092524 Mon Sep 17 00:00:00 2001 From: zepumph Date: Fri, 20 Mar 2020 17:09:20 -0800 Subject: [PATCH] refactor a11y view code, add todos and pull out functions, https://github.com/phetsims/chipper/issues/916 --- ohms-law_a11y_view.html | 313 ++++++++++++++++++++++------------------ 1 file changed, 171 insertions(+), 142 deletions(-) diff --git a/ohms-law_a11y_view.html b/ohms-law_a11y_view.html index 882c713..3e644e8 100644 --- a/ohms-law_a11y_view.html +++ b/ohms-law_a11y_view.html @@ -250,7 +250,12 @@

PDOM & Descriptions for Ohm's Law

- - // update the PDOM copy after a delay to fix a FF/Safari bug where cloneNode prevents hidden DOM elements - // in the iframe from staying hidden - see https://github.com/phetsims/chipper/issues/648 - setTimeout( function() { +