Picture of Keith K
"ally" A tags at the bottom of the framework
by Keith K - Thursday, 23 February 2017, 8:37 PM
 

What are these tags? ally-selected, ally-focuser and ally-focusguard are below the wrapper in the HTML output, and on mobile (only on mobile, for some reason?) ally-focusguard in particular is adding a gap between the wrapper and the end of the body, so there is a white gap at the bottom of our Adapt courses. I don't want to set display:none on these elements without knowing if this could have some unintended consequences - so what are these tags used for? Any other way I could prevent this gap from showing up?

Thanks.

Picture of Chuck Lorenz
Re: "ally" A tags at the bottom of the framework
by Chuck Lorenz - Thursday, 23 February 2017, 9:24 PM
 

Hi Keith,

Some of your answer will be found here: https://github.com/adaptlearning/documentation/blob/master/04_wiki_assets/adapt_framework/Adapt-Accessibility-OS-Doc.pdf

You'll find links to this PDF on this framework wiki page: https://github.com/adaptlearning/adapt_framework/wiki/Accessibility

Hope this gets you started. I'll leave it to others to address your question more specifically. 

- Chuck

Picture of Keith K
Re: "ally" A tags at the bottom of the framework
by Keith K - Friday, 7 April 2017, 4:09 PM
 

Thanks! Useful info, just not applicable to why it's taking up height by default with accessibility off.

Picture of Keith K
Re: "ally" A tags at the bottom of the framework
by Keith K - Friday, 7 April 2017, 4:08 PM
 

Anybody who can provide some direction around the gap at the bottom specifically? We have various screen designs with lovely graphics and coloured DIVs as the last element in the content object, and with the gap at the bottom it makes everything look a lot less polished. It's very noticeable on mobile, and also on desktop Chrome and Firefox it's a few pixels - while that may be nitpicky, from a structural perspective there's no reason it should be there.

I mean, I can negative padding-bottom the last element, but when I have a Trickle-enabled course I am hesitant to ever do something like that for fear of not recognizing a true scroll to the bottom (because this has happened before).

Thanks!

Picture of Barry Jenkin
Re: "ally" A tags at the bottom of the framework
by Barry Jenkin - Monday, 17 February 2020, 1:12 AM
 

I'm having the same issue with #a11y-focusguard adding a strip to the bottom of my theme on mobile. Does anyone have any info on the role this plays in accessibility?

I've made it position: fixed !important; for the moment (it was relative) which seems to remove the gap without removing the element and where it sits. 

Picture of Matt Leathes
Re: "ally" A tags at the bottom of the framework
by Matt Leathes - Monday, 17 February 2020, 9:55 AM
 

https://github.com/adaptlearning/adapt_framework/search?q=a11y-focusguard&unscoped_q=a11y-focusguard