I want to make my HTML page suitable for screen readers.
Currently, the page have 3 main parts: header, sidebar and content:
Screen readers read header at first, then sidebar and finally search results.
Unfortunately, users which has problems with eyesight wait for a long time while the program will read all side bar content (cause sidebar contain many filters). How can I set a bigger priority for search results? Cause search results should be read before the sidebar content.
And it will be great if someone provide me a HTML tutorial about what can I do to increase accessibility level of HTML pages:
- How can I change some DIV elements to be skipped by screen reader?
- How can I change a sequence of reading page content?
- How can I make readable only search form and search results (and a few links)?