Fix accessibility issues for keyboard-only users, and fix some Safari bugs #268
No reviewers
Labels
No Label
a11y
Backlog
Blocked
Bug
Content
Dependencies
Design
Feature Request
Good First Issue
In Progress
Performance
Priority - High
Priority - Low
Priority - Medium
Untriaged
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: www/www-new#268
Loading…
Reference in New Issue
No description provided.
Delete Branch "amy-keyboard-accessibility"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Also fixed a couple of Safari-specific bugs. Summary:
Closes #250
Closes #248
Closes #253
Closes #256
Closes #261
✅
✅ Do it! It looks much better than what it is right now, also much more consistent with the rest of the website!
✅
✅
✅
I can't test on Safari, so let's
assign this PR to someoneadd a reviewer who has a mac. Then they could approve this PR if everything looks good, and we can merge!Fix accessibility issues for keyboard-only usersto Fix accessibility issues for keyboard-only users, and fix some Safari bugs@ -36,3 +36,4 @@
.container {
flex-direction: column-reverse;
justify-content: space-around;
gap: calc(4rem / 16);
I would increase the gap to 1rem, and also increase the padding on the .footer to 1rem
Update: I tested it on my roommate's mac.