6 | | It sounds like the title attribute should not exist if the alt is an empty string. Perhaps a conditional editing of attributes can be employed as such: |
| 6 | Replying to [comment:3 MarcoZ]: |
| 7 | > Using alt is indeed THE method to accessibly name images for screen readers and other assistive technologies. the title attribute is ALWAYS suplemental information that is only then referred to if alt is not available and not "". So if alt is "", title will ALWAYS be ignored. |
| 8 | |
| 9 | It sounds like there is user error in filling out the Media Upload / Edit screen, filling out the Title only. Perhaps a conditional editing of attributes can be employed to deal with this: |