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

Use semantic markup to improve accessibility #2

Open
edgarlepe opened this issue Sep 9, 2020 · 3 comments
Open

Use semantic markup to improve accessibility #2

edgarlepe opened this issue Sep 9, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@edgarlepe
Copy link

edgarlepe commented Sep 9, 2020

Use semantic html5 tags to make the page more accessible (screen readers, etc).

@mikepierce
Copy link
Owner

This is a good idea. Is the intent of semantic tags just to wrap around existing parts of the HTML for accessibility? Or should some of the existing CSS tags be changed?

@mikepierce mikepierce added the enhancement New feature or request label Sep 13, 2020
@edgarlepe
Copy link
Author

To replace some of the existing html tags with html5 tags such as header, nav, main, footer, etc. For example, wrapping a menu in a nav and using an ul for the menu items instead of a table. Then the menu gets styled with css. This way even a computer understands that it is a menu of some sort and can convey that in a more meaningful way. Same with header, main, footer, etc.

@mikepierce
Copy link
Owner

(Academics love tables though) But yeah, it sounds like you know what you're doing here. Please replace the tags at your judgement.

carollcb referenced this issue in AquaticDataSciOpenSci/AquaticDataSciOpenSci.github.io May 21, 2021
@mikepierce mikepierce added help wanted Extra attention is needed good first issue Good for newcomers labels Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants