I just noticed that if you provide the same value for Link title and Link "title" attribute the title attribute is never output to the link html.

Not sure if this is on purpose?

Comments

aadityawalawalkar’s picture

StatusFileSize
new686 bytes

By looking at the code it seems it is done on purpose. Because the link "title" attribute is unset if it is equal to link's title text & also commented before the code to unset "title" attribute to indicate the same:-
"Remove title attribute if it's equal to link text."
However, if its not required please find the patch to correct this.

jisuo’s picture

Is this done because of some SEO reason or is there some other reason why it is done? Just wondering. :)

denix’s picture

Unfortunately, in my case, it is never displayed.
I have an acronym as a title, the URL and the full name of the organization as a title attribute, but the title does not show when I am mouseover. Any hint?