-
Notifications
You must be signed in to change notification settings - Fork 18
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
<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"> |
There was a problem hiding this comment.
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).
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. |
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.