-
Notifications
You must be signed in to change notification settings - Fork 16
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
Missing HTML lang attribute from home page #23
Comments
I realize this is a small task but I couldn't find any existing relevant issues for the same. I can work on this |
Hi @chinmaychahar You are correct that would be good to add. Note I have transferred this issue to a different repo https://github.com/bokeh/bokeh.org The "top level" site is separate from the docs in the main repo. |
I think that updating the templates in this directory might be sufficient: https://github.com/bokeh/bokeh.org/tree/main/_layouts Note that that static https://bokeh.org site was very hastily put together by someone who does not have much website building experience (me) so there are probably lots of improvements that can be made. Any suggestions you have are very welcome! |
Okay, thanks. I'll start working on this asap! |
@bryevdv should I update the website home page screengrab in the README.md too? The current one seems outdated |
@chinmaychahar good eye! yes that would certainly be reasonable to update since the front page has changed |
I'm trying to follow the instructions given in the readme and run the site locally using docker.
However, I'm getting the following error while running
I tried to change the read/write permissions as well as manually creating the |
@chinmaychahar I'll have to try to take a closer look soon. I haven't need or tried to build this site in a few years at least (and never on windows) 😓 |
Oh okay, I wonder if it might be due to some outdated requirements then. |
👍 definitely we can update the README instructions too if that's the case |
Yes, okay |
Software versions
Python version : 3.9.13 (main, Aug 25 2022, 23:51:50) [MSC v.1916 64 bit (AMD64)]
IPython version : 7.31.1
Tornado version : 6.1
Bokeh version : 2.4.3
BokehJS static path : C:\Users\Chinmay\anaconda3\lib\site-packages\bokeh\server\static
node.js version : v16.17.0
npm version : 8.19.2
Operating system : Windows-10-10.0.19044-SP0
Browser name and version
Brave Version 1.48.171
Jupyter notebook / Jupyter Lab version
No response
Expected behavior
Since I was going through the documentation regarding #7, one small thing I noticed was that the home page (https://bokeh.org/) missed the HTML lang attribute which is helpful for people using screen readers and comes under many web accessibility guidelines (ref).
It should be set to
en
here just like it's set for gallery pageObserved behavior
lang attribute missing from home page
Example code
Stack traceback or browser console output
No response
Screenshots
Home Page-
Gallery Page-
The text was updated successfully, but these errors were encountered: