jupyterhub / binderhub

Run your code in the cloud, with technology so advanced, it feels like magic!
https://binderhub.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.56k stars 390 forks source link

Improving accessibility of https://mybinder.org/ page #1556

Closed james95-developer closed 1 year ago

james95-developer commented 2 years ago

Used Wave tool to access the page above and noticed that The language of the document is not identified or alang attribute value is invalid.

<a  href="https://cloud.google.com/">
Google Cloud
</a>

Suggestion Identify the document language using the <html lang> attribute with a valid value (e.g.``

<a lang="en" href="https://cloud.google.com/">
Google Cloud
</a>

Identifying the language of the page or page elements allows screen readers to read the content in the appropriate language. It also facilitates automatic translation of content.

welcome[bot] commented 2 years ago

Thanks for submitting your first pull request! You are awesome! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please make sure you followed the pull request template, as this will help us review your contribution more quickly. welcome You can meet the other Jovyans by joining our Discourse forum. There is also a intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada: