Why this fires¶
TE744 is a high-confidence accessibility diagnostic. It currently covers missing image alternatives and interactive controls with no accessible name.
<img src="avatar.png" />
// error[TE744]: <img> needs an alt text alternativeFix it¶
Provide meaningful alt text, use alt="" for a decorative image, or name a control with visible text, a matching <label>, or an ARIA label.