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

Bug: HTML tag lang attribute missing #29

Open
quinnmcphail opened this issue Jun 13, 2024 · 0 comments · May be fixed by #30
Open

Bug: HTML tag lang attribute missing #29

quinnmcphail opened this issue Jun 13, 2024 · 0 comments · May be fixed by #30
Assignees
Labels
type: bug Something isn't working like expected.

Comments

@quinnmcphail
Copy link
Collaborator

Description

The html tag is missing the lang attribute, which causes accessibility issues.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to any page of the site
  2. View the source code of the page
  3. See that the root html tag does not contain a lang attribute

Expected Behavior

When viewing any page on the site, the lang attribute is present on the root html tag.

Device & Browser Details

  • Device: any
  • Operating system: any
  • Browser: any

Additional Context

Additional i18n needs to be considered in the future, but the basic i18n configuration can be set up to accommodate basic accessibility concerns.

@quinnmcphail quinnmcphail added the type: bug Something isn't working like expected. label Jun 13, 2024
@quinnmcphail quinnmcphail self-assigned this Jun 13, 2024
@quinnmcphail quinnmcphail linked a pull request Jun 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working like expected.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant