OpenLiberty / openliberty.io

Open Liberty website
https://openliberty.io
Other
54 stars 40 forks source link

Guides Multipane design: Review tabbing #505

Open dmorgant opened 6 years ago

dmorgant commented 6 years ago

In working with the TOC, should a selected item put focus on the text following the header of a section? If so, I think the div following the header will need to specify a tabindex.

Also, review tabbing navigation throughout the guide. I believe you go from the tags to the end of guide content right now.

kinueng commented 6 years ago

Related to OpenLiberty/iguides-common#186

steven1046 commented 5 years ago

The changes @erica-banda-03 is making to the interactive guides should fix some of the missing tabbing in the static guides.

kinueng commented 5 years ago

This issue will apply for both static and interactive guides

steven1046 commented 5 years ago

Accidentally closed during backlog grooming.

dmorgant commented 5 years ago

In working with the TOC, should a selected item put focus on the text following the header of a section? ---> In testing right now we put focus on the header for the section. The user can then use the down arrow to go into the text of the section. This "reads" correctly in JAWS.

steven1046 commented 5 years ago

@dmorgant does it read out the header when it focuses it? I was under the impression that we should focus the first thing on the section and to not skip any headings.

dmorgant commented 5 years ago

Yes, it reads the header. I think the way we have it right now is good.

steven1046 commented 5 years ago

Things not fixed by https://github.com/OpenLiberty/openliberty.io/pull/754:

steven1046 commented 5 years ago

Single column view only -- fixed by PR #794