equalizedigital / accessibility-checker

GNU General Public License v2.0
14 stars 8 forks source link

Clicking on 'Read Video Transcript' should target page with transcript opened. #57

Open joedolson opened 2 years ago

joedolson commented 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
}
amberhinds commented 10 months ago

I'm going to take this and assess whether we can solve this by switching the video to Able Player.