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

Added SEO and ARIA compatibility #14

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

Added SEO and ARIA compatibility #14

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Apr 6, 2018

It is now possible to have a trigger element and an element which provides the content.
Example:

<span class="tooltips" data-tooltip-trigger>Hover for more Information</span>
<span aria-hidden="true" data-tooltip>This information is accessible for search engines and for browsers supporting assistive technology.</span>

It is now possible to have a trigger element and an element which provides the content.
Example:

<span class="tooltips" data-tooltip-trigger>Hover for more Information</span>
<span aria-hidden="true" data-tooltip>This information is accessible for search engines and for browsers supporting assistive technology.</span>
@stefangabos
Copy link
Owner

Isn't the title attribute already ARIA-compatible and SEO friendly?
(i don't have any experience with ARIA and that's why i am asking)

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

Successfully merging this pull request may close these issues.

2 participants