How to fix missing title from links because tooltip script
Jimako, Tue Sep 25 2018, 13:34
I am trying to test new site with Lighthouse audit. I didn't know about this problem until now.
My social links have problem that they have missing title attribute. But it was correctly defined in template:
title="{XURL_ICONS_TITLE}
The reason is tooltip script.
Here is long discussion about this problem.
Solution is to change template and add this to it:
data-selector="true"
Final:
<a target="_blank" href="{XURL_ICONS_HREF}" data-selector="true" class="e-tip social-icon social-{XURL_ICONS_ID}" title="{XURL_ICONS_TITLE}">