Skip to content

Added SEO and ARIA compatibility#14

Open
ghost wants to merge 1 commit intomasterfrom
unknown repository
Open

Added SEO and ARIA compatibility#14
ghost wants to merge 1 commit intomasterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@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
Copy Markdown
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