and then a 700 billion dollar company launched a social media app without the ability to add alt text to images

@cfiesler the best thing about this is that alt text is IN HTML <IMG> TAGS BY DEFAULT. You literally just need to expose it to the user with a form or button 😂

https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/alt

HTMLImageElement: alt property - Web APIs | MDN

The HTMLImageElement property alt provides fallback (alternate) text to display when the image specified by the <img> element is not loaded.

MDN Web Docs