Line #6111 adds `aria-hidden` to all dom nodes. Using the inspector visit your demo page and look at the content above the player. http://ableplayer.github.io/ableplayer/demos/video2.html ``` $('body > *').not('.able-modal-overlay').not('.able-modal-dialog').attr('aria-hidden', 'false'); ``` Not sure what you were trying to do here.