Uh oh!
There was an error while loading. Please reload this page.
feat: add aria-labels to nav elements - #358
Conversation
@CBID2 is attempting to deploy a commit to the appwrite Team on Vercel. A member of the Team first needs to authorize it. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
TGlide
commented
Nov 21, 2023
@CBID2 Thank you for the PR!! I left a few comments 🙂 |
CBID2
commented
Nov 21, 2023
Hi @TGlide! :) I made the changes you suggested! :) |
| </script> | ||
| <div class="aw-card is-normal u-margin-block-start-16" {...$root} use:root> | ||
| <nav class="tabs u-flex u-gap-16"> |
There was a problem hiding this comment.
Sorry, my wording was off here. By removing the nav element, I meant swapping it with something else, e.g. a div. Otherwise we lose the styling we had here.
CBID2
commented
Nov 29, 2023
Hi @TGlide! :) I made the changes! :) |
What does this PR do?
This PR adds an aria-label to
<nav>elements. This to make the site more accessible for users who use screen readers to navigate the site.Test Plan
To test this, I plan on using an accessiblity chrome extension to see if it conforms to accessibility standards.
Related PRs and Issues
Closes#294
Have you read the Contributing Guidelines on issues?
Yes