Open joedolson opened 2 years ago
The page at https://equalizedigital.com/accessibility-checker/getting-started-quick-guide/#vidtranscript should have a listener for the presence of #vidtranscript so that it toggles the transcript open if it's present. That would be helpful so that visitors to that link from the plug-in don't have to find and open the transcript.
E.g.
var hashId = window.location.has; if ( 'vidtranscript' === hashId ) { // toggle is open }
I'm going to take this and assess whether we can solve this by switching the video to Able Player.
The page at https://equalizedigital.com/accessibility-checker/getting-started-quick-guide/#vidtranscript should have a listener for the presence of #vidtranscript so that it toggles the transcript open if it's present. That would be helpful so that visitors to that link from the plug-in don't have to find and open the transcript.
E.g.