E-mail List Archives
Re: How to give a short accessibility improvement summary on a very complex and messy webpage
From: Birkir R. Gunnarsson
Date: Sep 2, 2011 4:48PM
- Next message: LSnider: "Re: how screen readers navigate by headline"
- Previous message: Steve Green: "Re: How to give a short accessibility improvement summary on a very complex and messy webpage"
- Next message in Thread: None
- Previous message in Thread: Steve Green: "Re: How to give a short accessibility improvement summary on a very complex and messy webpage"
- View all messages in this Thread
Steve/all
My apologies, I was tired and groudgy when I was looking at the page,
and it is better than I initially tought itwas.
A problem does remain though, the carousel/animation messes with the
screen reader focus, both in Jaws and Hal (with IE9 and IE8
respectively), and the users need to be able to use the page out of
the box, even users who are not advanced enough to do things like
turning off Javascript (and I don't think it should be necessary).
I am not saying it is not the screen readers fault, for not handling
it better, but I have issues both with Jaws 12 and Hal 11 and Hal 12
on this page in terms of the focus jumping around when the picture
switches.
Is there a way to hide this item from the screen readers somehow?
In my search for a more accessible Carousel I came across this page:
http://nxtbgthng.com/
It gives me no trouble with Jaws, Ihave yet to test it with NVDA.
Are there any good/recommended techniques to hide Javascript animation
from screen readers, something similar to accessible Flash gidelines
http://webaim.org/techniques/flash/
I don't think the animation adds anything for the user, so hiding it
from a screen reader user seems fully justified to me.
Thanks for the feedback, much appreciated.
-B
On 9/2/11, Steve Green < <EMAIL REMOVED> > wrote:
> There is indeed a small carousel containing five items that autorotate and a
> 'hero' image that cycles through a number of alternatives, each of which
> links to a different page. Apart from that, the page is totally static, and
> I would not say that it is complex or fancy at all. That said, there are a
> number of issues.
>
> They have used tabindex attributes on a few elements so that the login form
> receives focus when the page loads. This form comes after all the important
> content in the source order, and a screen reader user may not understand
> that they need to navigate backwards to find the content.
>
> Parts of the page are marked up well with headings, lists and fieldsets, but
> the last quarter of the page contains no semantic structure at all.
>
> The "um okkur" and "English" links are commented out, which is why you don't
> see them on screen. There is nothing wrong with that.
>
> You will probably find the page easy to use if you turn off JavaScript. The
> links in the carousel are still accessible, and all you lose are the 'hero'
> images and links, which disappear completely. That ought to be fixed.
>
> The JavaScript should not slow down your screen reader because there is very
> little of it and it is not doing much. It may be possible to optimise it to
> use less CPU. Dynamic content like that often causes screen readers' virtual
> object model to become corrupted but this is less of an issue in newer
> versions.
>
> I personally would not use tabindex but I understand why they have done so.
> If they remove the tabindex, optimise the JavaScript and add some semantic
> structure to the latter part of the page, this page could be very easy to
> use with a screen reader and very accessible in general.
>
> Steve Green
> Test Partners Ltd
>
>
>
- Next message: LSnider: "Re: how screen readers navigate by headline"
- Previous message: Steve Green: "Re: How to give a short accessibility improvement summary on a very complex and messy webpage"
- Next message in Thread: None
- Previous message in Thread: Steve Green: "Re: How to give a short accessibility improvement summary on a very complex and messy webpage"
- View all messages in this Thread