E-mail List Archives
Re: How to make a sortable list box using aria-grabbedand other ARIA attributes
From: Bryan Garaventa
Date: Nov 7, 2011 2:24PM
- Next message: GILLENWATER, ZOE M: "using title attribute as form field label"
- Previous message: Lucy Greco: "Re: How to make a sortable list box using aria-grabbed and other ARIA attributes"
- Next message in Thread: None
- Previous message in Thread: Lucy Greco: "Re: How to make a sortable list box using aria-grabbed and other ARIA attributes"
- View all messages in this Thread
No worries, you have to click the "Enable sort" button to toggle editing on
and off. It's off by default.
I just noticed something curious, in JAWS if you have a button element with
a title like so
<button title="Enable sort">Sort</button>
JAWS will read the button text when arrowing but will read the title when
tabbing.
However, if you change the tag to
<button role="button" title="Enable sort">Sort</button>
JAWS will then read the title when both arrowing and tabbing.
----- Original Message -----
From: "Lucy Greco" < <EMAIL REMOVED> >
To: "WebAIM Discussion List" < <EMAIL REMOVED> >
Sent: Monday, November 07, 2011 12:02 PM
Subject: Re: [WebAIM] How to make a sortable list box using aria-grabbedand
other ARIA attributes
> Hello:
> Sorry I think you lost me on this one.
> So I followed the instructions as much as I understood them. . I hit enter
> on the edit field then I clicked add to list then I went to the items and
> clicked space on a few of the items. But nothing seemed to happen. And you
> lose me after this I don't get what should happen and if I even did it
> write.
>
> Lucy Greco
> Assistive Technology Specialist
> Disabled Student's Program UC Berkeley
> (510) 643-7591
> http://attlc.berkeley.edu
> http://webaccess.berkeley.edu
>
>
- Next message: GILLENWATER, ZOE M: "using title attribute as form field label"
- Previous message: Lucy Greco: "Re: How to make a sortable list box using aria-grabbed and other ARIA attributes"
- Next message in Thread: None
- Previous message in Thread: Lucy Greco: "Re: How to make a sortable list box using aria-grabbed and other ARIA attributes"
- View all messages in this Thread