-
AuthorPosts
-
September 15, 2017 at 4:53 pm #1062339
Hi,
I’m not sure why when using keyboard (the tab key) and tabbing through our site the keyboard on-screen focus will get lost after menu choices.
Please try using Tab key: http://district279.org
and you’ll see the obvious keyboard focus goes across the screen from left to right… then it all the sudden disappeared after the "JA slideshow" module… I can see the "link" on the bottom of the boswer window but the "focus" is gone! until after the news article it will appear again….
Please let me know if there is something we can do to fix that so it will also have a "highlight" or some obvious keyboard focus throughout the page.
Thanks for your help or any suggestions!
EmilySaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 18, 2017 at 6:41 am #1062610Hi Emily,
When the Tab key focuses on the final menu item in the menu ‘I want to:’, as I can see that in the next Tab, it focuses on the ‘Enroll Now’ link. In the slideshow, there is no link there so it moves to the next link. It seems to be normal behavior though.
October 4, 2017 at 9:09 pm #1065929Hi Saguaros,
Yes, I can see the tab going through because it shows the "hyperlinks" in the bottom of the browser.
However, the keyboard "focus" has to be "visible" to pass on the accessibility test. They give us an example site: http://www.wisc.edu/
On the example site every tab will bring a visible highlight around the focus area, doesn’t matter if is a link, menu or graphic image.Is that something can be accomplished with the JA template/module? Is it possible by adding some CSS to give the special focus?
Sorry for the details but I’m just trying to make our site compliant with the current accessibility standards and I really like this JA university template so I’m hoping to make it work!
Any ideas will be greatly appreciated! Thanks!!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 5, 2017 at 7:10 am #1066022You may need to add the style for link with property :focus
For example:
a:focus { border: #fff solid; background: color_you_wish; }
October 5, 2017 at 4:28 pm #1066131Hi Saguaros,
Thank you for the recommendation by modify the link focus color and it works great on almost everything. Expect the JA slideshow module and the position 1 to 3 (on the homepage http://www.district279.org/).
Here are the css codes I’ve placed on my site:
1. Editing file "/css/template.css" in template "ja_university_t3".
Line 90 to Line 99
a:focus {
color: #d42b1e;
text-decoration: none;
border: #fff solid;
background: yellow;
}2. Editing file "/css/custom.css" in template "ja_university_t3".
/ Tab link focus color —/
a:focus {
border: #fff solid !important;
background: yellow !important;
}Is there anything else I’ve missed for the modules to work? Thanks again!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 6, 2017 at 3:08 am #1066229Hi,
May I know which link are you mentioning? as I can see there is no link tag in the slideshow.
October 6, 2017 at 1:31 pm #1066395Hi Saguaros,
I assume the two "left and right arrows" are links so it should be "highlighted" in yellow in css?
Also the position 1 to 3 has "clickable image icon", as you tab through "Schoolology", "ParentPortal" and "Lunch Menu" graphics should all be highlighted in yellow. Is that correct?Please advise, thanks.
EmilySaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 8, 2017 at 12:46 pm #1066562Hi Emily,
If you inspect elements of the slideshow, you can see that the PREV / NEXT buttons are using span tag, not < a> tab so when you click Tab key on the keyboard, it doesn’t reach there.
For the graphics in part under slideshow, as I can see they have red border color now.
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by Saguaros 7 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum