We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lang
html
When analyzing datasette accessibility, one of the main (and easy to fix?) issue is the lack of lang attribute into thehtml tag: see https://qualweb.di.fc.ul.pt/evaluator/https%253A%252F%252Fglobal-power-plants.datasettes.com%252Fglobal-power-plants%252Fglobal-power-plants
The norm: https://www.w3.org/WAI/standards-guidelines/act/rules/b5c3f8/
Do we only have to fix: https://github.com/simonw/datasette/blob/main/datasette/templates/base.html ?
Is it ok to hard code this since datasette is only in English for the moment: <html lang="en">?
<html lang="en">
The text was updated successfully, but these errors were encountered:
Yeah, I think adding lang="en" is fine for the moment. When Datasette gets UI translations into other languages we can revisit.
lang="en"
Sorry, something went wrong.
7437d40
Release notes for 1.0a14, refs #2381
5bd6853
Refs #2306, #2307, #2311, #2319, #2341, #2348, #2352, #2353, #2358, #2359, #2360, #2375
Release 1.0a14
f6bd2bf
Refs #2306, #2307, #2311, #2319, #2341, #2348, #2352, #2353, #2358, #2359, #2360, #2375 Closes #2381
No branches or pull requests
When analyzing datasette accessibility, one of the main (and easy to fix?) issue is the lack of
lang
attribute into thehtml
tag: see https://qualweb.di.fc.ul.pt/evaluator/https%253A%252F%252Fglobal-power-plants.datasettes.com%252Fglobal-power-plants%252Fglobal-power-plantsThe norm: https://www.w3.org/WAI/standards-guidelines/act/rules/b5c3f8/
Do we only have to fix: https://github.com/simonw/datasette/blob/main/datasette/templates/base.html ?
Is it ok to hard code this since datasette is only in English for the moment:
<html lang="en">
?The text was updated successfully, but these errors were encountered: