Open dnwk opened 6 years ago
This issue has been marked as stale. This happened because:
No further action is needed. But it's worth checking if this ticket has clear reproduction steps and it is still reproducible. Feel free to close this issue if you think it's not valid anymore — if you do, please add a brief explanation.
Anyone will take on this task? alt-tag is still not available.
@dnwk We're not working on this right now, but will update this issue if we start working on this!
This issue has been marked as stale. This happened because:
No further action is needed. But it's worth checking if this ticket has clear reproduction steps and it is still reproducible. Feel free to close this issue if you think it's not valid anymore — if you do, please add a brief explanation.
Steps to reproduce the issue
Calling JSON REST API https://public-api.wordpress.com/rest/v1.1/sites/$site/posts/ It will produce a list of recent posts as well as links to its attached images. On the sections that produce information related to attachments, it does not produce Alt Tag, Title or Captions. When relying on API feed to embed contents from Wordpress into another website, it will generate an Accessibility issue as alt tag for images could not be rendered.
What I expected
I expect API to produce detailed metadata on the attachment, especially alt tag.
What happened instead
API only produce size and MIME information on the image attachment. It did not produce alt tag or title information.