WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: table paging

for

From: Chris Hoffman
Date: Mar 5, 2011 6:15AM


Re: paging links that are just arrows, for example '>' or '>>', I can think of two possible solutions:

1) Wrap the arrows in ABBR tags, with "first", "previous", etc. as title attributes.

2) Use descriptive link text for the links, and then use CSS image replacement techniques to overlay the arrows.

Chris

On Mar 2, 2011, at 1:49 AM, adam solomon < <EMAIL REMOVED> > wrote:

> Going with the list of links option where there are numbered links and arrow
> links to get to a different set of pages: the arrow links are just text -
> i.e. one or two arrow characters. Even if we add a title specifying the
> function of this link (namely to navigate to the next set of pages) is this
> wcag conformed? Title attribute is not well supported in a link where there
> is text - and understanding the link's function from the text (arrows) might
> be a bit shaky? What say all of you?
>
> On Sun, Feb 6, 2011 at 2:44 PM, < <EMAIL REMOVED> > wrote:
>
>> JAWS versions will read items in a dropdown menu using a particular command
>> "alt down arrow" in most cases.
>> Chuck
>> ----- Original Message -----
>> From: "Jordan, Courtney" < <EMAIL REMOVED> >
>> To: "WebAIM Discussion List" < <EMAIL REMOVED> >
>> Sent: Monday, January 31, 2011 12:46 PM
>> Subject: Re: [WebAIM] table paging
>>
>>
>>> That's certainly a lot of pages! Is there any way that you can break it
>>> up into categories? Even as a sighted user, I would be frustrated
>>> looking through 500 options in a drop-down list. That is assuming that I
>>> even knew what the particular title of the page was. We can't expect
>>> people to remember the title of every page. People can generally hold
>>> about 5-7 or fewer items in memory. From my experience using JAWS 9, I
>>> couldn't get the screen reader to "read" any items under the first one.
>>> It would automatically trigger the first one and I would never get to
>>> the others. Including a button avoided that issue as it didn't trigger a
>>> JavaScript event from the drop-down selection itself, but from the
>>> clicking of the button.
>>>
>>> Good luck!
>>> Courtney Jordan
>>>
>>>