Skip to content
New issue

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

Fix/Improve Accessibilty Practices #9288

Merged
merged 1 commit into from
Jul 23, 2016
Merged

Fix/Improve Accessibilty Practices #9288

merged 1 commit into from
Jul 23, 2016

Conversation

Bouncey
Copy link
Member

@Bouncey Bouncey commented Jun 22, 2016

Pre-Submission Checklist

  • Your pull request targets the staging branch of FreeCodeCamp.
  • Branch starts with either fix/, feature/, or translate/ (e.g. fix/signin-issue)
  • You have only one commit (if not, squash them into one commit).
  • All new and existing tests pass the command npm run test-challenges. Use git commit --amend to amend any fixes.

Type of Change

  • Small bug fix (non-breaking change which fixes an issue)

Checklist:

  • Tested changes locally.

Description

Reference issue #4656

Integrated the alt attribute throughout all challenges that use the img element.

Removed the Add Alt Text to an Image for Accessibility challenge. It becomes redundant due to this PR.

@BerkeleyTrue BerkeleyTrue added the status: waiting review To be applied to PR's that are ready for QA, especially when additional review is pending. label Jun 22, 2016
@@ -1691,91 +1695,6 @@
"challengeType": 0
},
{
"id": "bad87fee1348bd9aedf08818",

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@raisedadead
Copy link
Member

LGTM.
/cc @FreeCodeCamp/issue-moderators Anyone up for a second look?

@@ -990,6 +990,9 @@
"You can add images to your website by using the <code>img</code> element, and point to a specific image's URL using the <code>src</code> attribute.",
"An example of this would be:",
"<code>&#60img src=\"https://www.your-image-source.com/your-image.jpg\"&#62</code>",
"All <code>img</code> elements MUST have an <code>alt</code> attribute. The text inside an <code>alt</code> attribute is used for screen-readers and is displayed if the image fails to load.",

This comment was marked as off-topic.

@camperbot
Copy link
Contributor

@Bouncey updated the pull request.

@@ -1066,6 +1066,9 @@
"You can add images to your website by using the <code>img</code> element, and point to a specific image's URL using the <code>src</code> attribute.",
"An example of this would be:",
"<code>&#60img src=\"https://www.your-image-source.com/your-image.jpg\"&#62</code>",
"All <code>img</code> elements <strong>must</strong> have an <code>alt</code> attribute. The text inside an <code>alt</code> attribute is used for screen readers to improve accessibility and is displayed if the image fails to load.",
"Lets add an <code>alt</code> attribute to our <code>img</code> example above:",
"<code>&#60img src=\"https://www.your-image-source.com/your-image.jpg\" alt=\"Author standing on a beach with two thumbs up. \"&#62",

This comment was marked as off-topic.

@bugron
Copy link
Contributor

bugron commented Jul 18, 2016

@Bouncey any updates?

@bugron bugron added status: blocked Is waiting on followup from either the Opening Poster of the issue or PR, or a maintainer. and removed status: waiting review To be applied to PR's that are ready for QA, especially when additional review is pending. labels Jul 18, 2016
@camperbot
Copy link
Contributor

@Bouncey updated the pull request.

@Bouncey
Copy link
Member Author

Bouncey commented Jul 22, 2016

Please QA

@raisedadead raisedadead added status: waiting review To be applied to PR's that are ready for QA, especially when additional review is pending. and removed status: blocked Is waiting on followup from either the Opening Poster of the issue or PR, or a maintainer. labels Jul 22, 2016
@raisedadead
Copy link
Member

@Bouncey thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants