The message box located on the right top of the screen is in the html code at the bottom of the page.
When someone uses the keyboard it will skip the message link at first. Only after the end of the page is reached the message link gets focus and is accessible by keyboard.
Is it possible to set the focus earlier on the page?
Hi @dianabr,
The message box located on the right top of the screen have time out, so they close automatically after the time ends.
Well thats another accessibility problem. The message is closing to soon to read for the screenreader. So i changed that so that it will not close after the time ends.
So is there a way to get the focus of the message earlier on the page?
I think you dont understand what i want.
The html code of the message box is at the end of the code of the page.
A screenreader or someone who uses his keyboard will only reach the message at the end of the page. This in not logical in an accessibilty point of view.
The message schould be in focus in the beginning of the page.
I want to know if there is a way to get the code of the message box somewhere at the beginning of the page so that someone who is disabled will get to the message earlier than the footer links.
Because now the message in the messagebox is only accessible for them at the end of the page, after the links in the footer. And the message is more important then the links in the footer.
I hope you can help me out.
The html code of the message box is at the end of the code of the page.
A screenreader or someone who uses his keyboard will only reach the message at the end of the page. This in not logical in an accessibilty point of view.
The message schould be in focus in the beginning of the page.I want to know if there is a way to get the code of the message box somewhere at the beginning of the page so that someone who is disabled will get to the message earlier than the footer links.
you should not do that, the Code won't work correctly, it will conflict with other themes.