Skip to content

aria-hidden="false" added to all nodes #252

@joe-watkins

Description

@joe-watkins

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions