Zebra_Tooltips icon indicating copy to clipboard operation
Zebra_Tooltips copied to clipboard

Added SEO and ARIA compatibility

Open ghost opened this issue 6 years ago • 1 comments

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>

ghost avatar Apr 06 '18 18:04 ghost

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)

stefangabos avatar Nov 25 '21 20:11 stefangabos