In RTE Link Plugin the title text box placeholder text is coming as "Alt Text" where is it saving as "title". Do we need to raise a bug?
Dialog:
Source:
Thanks,
Kiran Vedantam.
Solved! Go to Solution.
Hi @Kiran_Vedantam ,
Alt in image is used to set image description.
<img alt="image description" />
And as in anchor link alt is not used so here we use alt as title as link uses title rather than alt
<a href="#" title="hello">asf</a>
So this is correct.
For more information
The difference between ALT text and Title text - Spotibo blog
Hope this helps
Hi @Bimmi_Soi,
I am not sure if you understanf my question correctly. I do understand the use case of the field. Whats confusion is its placeholder label "Alt Text". As the field is accepting the title, shouldnt it be "Title Text" was my query.
Thanks,
Kiran Vedantam.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies