XenForo data-xf-init="tooltip"

N

Nicolas FR

Guest
Hello, If in an HTML link I use data-xf-init="tooltip" the title tag turns into a data-original-title tag when the code is browsed by robots causing an accessibility warning. What is it due to? Am I using data-xf-init="tooltip" wrong?
Thanks.

My code
HTML:

Code:
<div class="fp-Social">
    <a href="{$xf.options.footerProSocial_link1}" data-xf-init="tooltip" title="{$xf.options.footerProSocial_icon1}" target="_blank"><i class="fab fa-{$xf.options.footerProSocial_icon1}...

Read more

Continue reading...