Common Non-Accessible Requests
1. Auto-rotating banner
We all know auto-rotating banners look super snazzy, and give a level of elegance and modernization to the website. Unfortunately, it often rotates faster than a screen reader can interpret it. This results in not only a loss of information for the user, but also confusion as the screen reader will suddenly interrupt what it was reading on the first slide, and begin interpreting the second. This is primarily an issue when the banner contains any level of text, or is programmed to be detected by a screen reader.
2. Pop-up alerts
Emergency alerts are important, and what better way to express importance than a pop-up on the homepage that draws the user's attention exclusively towards it? Unfortunately, pop-ups create complications with accessibility tools' ability to accurately interpret and inform. Pop-up alert concerns also create issues for users without disabilities, as they can be viewed as interrupting and frustrating, and if there is a delay in the pop-up a user already clicking around may accidentally clear the alert before noticing it, and have difficulty re-locating it.
3. Scrolling iFrames
iFrames are a great tool for embedding information from other sources onto your website. While most key accessibility considerations are made at a developmental level, a common mistake made and requested is for iFrame feeds that scroll. A scrolling iFrame more commonly creates accessibility issues for users without a disability, since assistive technology can navigate the iFrame successfully. Often two primary concerns around scrolling iFrames are users trying to scroll the page but instead scrolling the iFrame due to cursor placement, and iFrame scrolling inconsistency, often resulting in a non-smooth scrolling experience where the iFrame will jump the scrolling bar back to the top while trying to scroll. Both situations often result in frustration from the user.