fixing-accessibility-issues #14

Open
wohfab wants to merge 9 commits from wohfab/fedi.camp_Website:fixing-accessibility-issues into main
First-time contributor

I got around for the first round of accessibility improvements. Those are some base things, fixing formatting inconsistencies, heading structure, images, etc. Tried my best to put useful commit messages in there, though the grouping of my findings isn't all to clean.

I got around for the first round of accessibility improvements. Those are some base things, fixing formatting inconsistencies, heading structure, images, etc. Tried my best to put useful commit messages in there, though the grouping of my findings isn't all to clean.
wohfab added 9 commits 2025-05-15 13:32:39 +00:00
Author
First-time contributor

I have not made changes to the "archive" section in index.html. I would need to go in there again to make some of those changes in there, too. That e.g. concerns:

  • Heading structure (correct heading level nesting)
  • Removal of <br> for formatting/styling
  • Adding aria-label to close button(s)
I have not made changes to the "archive" section in index.html. I would need to go in there again to make some of those changes in there, too. That e.g. concerns: - Heading structure (correct heading level nesting) - Removal of `<br>` for formatting/styling - Adding `aria-label` to close button(s)
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u fixing-accessibility-issues:wohfab-fixing-accessibility-issues
git checkout wohfab-fixing-accessibility-issues

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff wohfab-fixing-accessibility-issues
git checkout wohfab-fixing-accessibility-issues
git rebase main
git checkout main
git merge --ff-only wohfab-fixing-accessibility-issues
git checkout wohfab-fixing-accessibility-issues
git rebase main
git checkout main
git merge --no-ff wohfab-fixing-accessibility-issues
git checkout main
git merge --squash wohfab-fixing-accessibility-issues
git checkout main
git merge --ff-only wohfab-fixing-accessibility-issues
git checkout main
git merge wohfab-fixing-accessibility-issues
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: KABI/fedi.camp_Website#14
No description provided.