Skip to content
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

feat: add HTML semantics #1742

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

ngunner15
Copy link
Collaborator

@ngunner15 ngunner15 commented Nov 21, 2024

Description

Closes #1722

Changelog

New

  • WCAG changes to the Login page

Changed

  • Login page

Removed

  • None

How was this tested?

  • 🧠 Not needed
  • 👀 Eyeball
  • 🤖 Added tests
  • Used Wave chrome extension

What gif/image best describes this PR or how it makes you feel?


Thanks for the PR!

Deployments, as required, will be available below:

Please create PRs in draft mode. Mark as ready to enable:

After merge, new images are deployed in:

@ngunner15 ngunner15 linked an issue Nov 21, 2024 that may be closed by this pull request
15 tasks
@ngunner15 ngunner15 self-assigned this Nov 21, 2024
@ngunner15 ngunner15 added the front-end front-end related task label Nov 21, 2024
@ngunner15 ngunner15 marked this pull request as ready for review November 21, 2024 23:41
@ngunner15 ngunner15 added this to the WCAG standards milestone Nov 22, 2024
Copy link
Collaborator

@mgaseta mgaseta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Added only one question.

Comment on lines +91 to +92
type="button"
role="button"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need both the type and role? Shouldn't one be enough?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we don't need role, only type is necessary for semantic HTML.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you removed on the other button, this one still has both :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
front-end front-end related task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Apply WCAG standards to log in screen
2 participants