-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
issue fix #9581: heading strucutre fails WCAG 2.2AA- skipped heading #9631
Conversation
…- skipped heading level Restructure the document headings in DataList.js to ensure that heading levels are not skipped.
changed all <h3> to <h2>
@@ -17,7 +17,7 @@ | |||
"icon": "FaLink" | |||
}, | |||
{ | |||
"group": "Socials Primary", | |||
"group": "", |
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.
Can you explain why are you removing this
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.
The package-lock.json
file shouldn't be changed unless you are installing a new package.
Please revert those changes. Here is the reference video for how to revert package-lock.json
file https://www.youtube.com/watch?v=jHkIXYVpMTo&ab_channel=EddieJaoude
I had 2 merge conflicts trying to push my commit to my local branch, and VSC wasn't able to merge the conflict on its own so I had to resort to doing that (debugging) in order to push my code changes. |
Is there a way to debug the merge conflict without reinstalling npm? If so, would you be able to help me out? TIA! |
You probably had merge conflicts because you are making changes in the |
I'm still confused...i was comparing the main branch of my repo to the |
Whenever we are working on an issue, we should create a new branch other than |
You can revert the changes to your lock file in a few different ways. I think using the On your repo, the |
so does that mean in the future, i need to create 2 branches? One is called main, and the other |
It is confusing, you are right the best way to understand is to try it. |
Screenshot 2023-10-31 at 8 16 07 PM |
sorry, I just realised it won't work because you are working / made changes in the |
Ahh ok..looks like i made a big oppose 🥲 |
I can try to fix via a temporary branch - I will take a look tomorrow |
I would say to use |
f095519
into
EddieHubCommunity:fix-pr-9631
@eddiejaoude sorry for the late reply, just finished midterms as of yesterday, so spent all last week and early this week studying...@__@ the solution was that you moved #9581 onto a separate branch and then merged the |
* fix: heading strucuture fails WCAG 2.2AA (#9631) * issue fix #9581: heading strrucutre fails WCAG 2.2AA- skipped heading level Restructure the document headings in DataList.js to ensure that heading levels are not skipped. * issue fix #9581_ heading structure fails WCAG 2.2AA- skipped heading changed all <h3> to <h2> --------- Co-authored-by: Eddie Jaoude <[email protected]> * fix: undo file changes * fix: failing tests * fix: search tests for h2 changes --------- Co-authored-by: Jen <[email protected]>
No worries, I hope it all went well.
I created a new branch from main, then updated your PR settings to merge to that new branch, then made changes |
…dieHubCommunity#9719) * fix: heading strucuture fails WCAG 2.2AA (EddieHubCommunity#9631) * issue fix EddieHubCommunity#9581: heading strrucutre fails WCAG 2.2AA- skipped heading level Restructure the document headings in DataList.js to ensure that heading levels are not skipped. * issue fix #9581_ heading structure fails WCAG 2.2AA- skipped heading changed all <h3> to <h2> --------- Co-authored-by: Eddie Jaoude <[email protected]> * fix: undo file changes * fix: failing tests * fix: search tests for h2 changes --------- Co-authored-by: Jen <[email protected]>
Fixes Issue
closes #9581
Changes proposed
modified all the h3 tags in all the files into a h2.
modified all the h3 tags
Check List (Check all the applicable boxes)
[ X] My code follows the code style of this project.
My change requires changes to the documentation.
I have updated the documentation accordingly.
[ X] All new and existing tests passed.
[X ] This PR does not contain plagiarized content.
[X ] The title of my pull request is a short description of the requested changes.
Screenshots
There are no longer any skipped heading warnings under the structure tab when using WAVE to inspect accessibility.
Note to reviewers
hopefully the screenshot appears!