We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As the quest to become accessibility compliant, we will need images to be tagged on the page so that a screenreader can "read" it.
There are two way images appear in our page: <img> tags and "Choose Image" in Contentful. We will need ways to include tags in both scenarios.
<img> tags
The text was updated successfully, but these errors were encountered:
@hokienick Nice reference to follow https://www.oomphinc.com/notes/2019/01/images-alt-tags-out-loud-experience-oomph-inc/
For <img> we do support all attributes which include alt as well. For "Choose Image" we need to add image tags field below it, correct?
<img>
alt
Sorry, something went wrong.
demo: https://community-app.topcoder.com/examples/contentful/viewport/5CG0ObzaFavsxSAqYviNol source: https://app.contentful.com/spaces/b5f1djy59z3a/entries/5CG0ObzaFavsxSAqYviNol
Implements #3205
f21996b
Done with 32b8f50
kkartunov
No branches or pull requests
As the quest to become accessibility compliant, we will need images to be tagged on the page so that a screenreader can "read" it.
There are two way images appear in our page:
<img> tags
and "Choose Image" in Contentful. We will need ways to include tags in both scenarios.The text was updated successfully, but these errors were encountered: