title attribute of image elements
-
I have noticed, when using WordPress, that:
<img src="https://www.externalsite.com/image.jpg" alt="alt" title="title" />
gets rendered as:
<img src="https://www.externalsite.com/image.jpg" alt="alt" />
stripping the title attribute. However, using an
<abbr>
tag with a title attribute works.Is there something obvious that I am missing?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘title attribute of image elements’ is closed to new replies.