Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make image hotspot more accessible #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

sshishe
Copy link

@sshishe sshishe commented Apr 15, 2016

Create an "alt" text field for the main image, and makes the hotspots more convenient to navigate using tab and shift+tab keys.
And also make it readable by ChromeVox or other screen readers.


if (!this.config.content.length) {
throw new Error('Missing mandatory library for hotspot');
}

this.$element = $('<div/>', {
'id': 'hotspot-' + this.tabIndex,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be multiple imagehotspots in the same dom, this would result in non unique IDs :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants