WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: How to generate automatically accessible footnotesusing ARIA

for

From: Bryan Garaventa
Date: Nov 10, 2011 8:09AM


Got it. The oversight was a simple one, I blame programming at 2am :)

So now you can tab through each footnote and press Enter or Spacebar to jump
to and from each footnote, with or without a screen reader. I also updated
the instructions to reflect this, and cursor:pointer is now included in the
CSS to indicate that footnotes are clickable.

Plus something extra, I added the ability for screen reader users to tab to
a footnote and press the ` key (above the Tab key) to have the footnote text
automatically announced without moving keyboard focus, which is nice if you
don't want to jump around. You do need to tab to it first though.

Modified:
http://whatsock.com/modules/aria_footnote_generator_module/demo.htm

Yay,
Bryan

----- Original Message -----
From: "Jared Smith" < <EMAIL REMOVED> >
To: "WebAIM Discussion List" < <EMAIL REMOVED> >
Sent: Wednesday, November 09, 2011 7:12 AM
Subject: Re: [WebAIM] How to generate automatically accessible
footnotesusing ARIA


> Bryan-
>
> This is a very interesting approach. I can't get it to work with the
> keyboard in Firefox. Pressing Enter does not set focus to the
> footnote. I think these elements will probably need to be set as links
> or other scripting implemented to provide true keyboard accessibility.
>
> Jared
>