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

Exercise 3, 4, and 5 completed exercises replaced with correct code #6

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

smckinney1
Copy link
Contributor

@smckinney1 smckinney1 commented Jun 27, 2024

Exercise 3, exercise 4, and exercise 5 completed code should now be in sync with the end of the "HTML" segment of the Frontend Masters Web Accessibility (v3) course.

There is an issue with the completed exercises in that they contain all of the code for future exercises as well.

Issue reference

update 7/3/24:
I did notice that the unchanged files in each "completed" directory should be in sync with the last completed set of code for that file, but they are not.

I'm having issues with git locally that I don't have time to troubleshoot at the moment and have had to update each file individually on my fork via GitHub.

As such I'm not going to go through all of the other files to keep them up to date.

Right now this PR is solely focused on the files changed in the video for that exercise.

Copy link

vercel bot commented Jun 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
frontend-masters-web-accessibility-v3 ❌ Failed (Inspect) Jul 3, 2024 2:25pm

@smckinney1 smckinney1 changed the title Exercise 3 completed exercises replaced with correct code Exercise 3 & 4 completed exercises replaced with correct code Jun 28, 2024
This was mostly in line with the video to begin with.

The biggest changes are the addition of the ModalHeader and some button alt text.
@smckinney1 smckinney1 changed the title Exercise 3 & 4 completed exercises replaced with correct code Exercise 3, 4, and 5 completed exercises replaced with correct code Jul 3, 2024
<div className="flex max-w-[1400px] mx-auto">
<div className="mx-auto md:max-w-[65%] lg:max-w-[70%] flex">
<p id="carouselheading" className="sr-only">
<p id="carouselheading" className="hidden">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Class name should not have switched from sr-only to hidden...not sure if this wasn't covered in the videos & that is how it was missed, or if I neglected to update alongside the video. As mentioned in my updated PR description, I'm having issues with git locally that I don't have time to troubleshoot & am going to leave this alone for now (will also be an issue for the other completed exercise files in this PR).

@smckinney1
Copy link
Contributor Author

OK, as mentioned a couple of times in the updated description & comments, this PR is not perfect, but it does show a bit better the actual changes that were made in each video exercise.

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.

1 participant