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

Improve accessibility of links and buttons #2

Open
ferrorenan opened this issue Oct 16, 2023 · 3 comments
Open

Improve accessibility of links and buttons #2

ferrorenan opened this issue Oct 16, 2023 · 3 comments

Comments

@ferrorenan
Copy link

Is your feature request related to a problem? Please describe.
The buttons do not have the aria-label and title properties, compromising the site's Accessibility.

Describe the solution you'd like
I'd like to add the aria-label and title properties to buttons/links to improve accessibility.

Describe alternatives you've considered
To add the aria-label and title properties to buttons/links

Additional context
Accessibility is a topic that we need to think about and always make the best possible in our applications, making the project accessible to everyone.

@ferrorenan
Copy link
Author

@SandipPalit Hey, I'd like to do that! Could you assign this problem to me?!

@SandipPalit
Copy link
Owner

Hi @ferrorenan , Thank You so much for identifying this scope for improvement.

Kindly add some screenshots of how the template would look, after the proposed changes.

@ferrorenan
Copy link
Author

ferrorenan commented Oct 17, 2023

Hey @SandipPalit It will be the same layout! We’ll only add two new properties on links and button elements! The properties are: aria-label and title!

Code example:

<a href="#" class="btn" aria-label="Facebook link" title="Facebook"> Facebook </a>

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

No branches or pull requests

2 participants