E-mail List Archives
Re: Headings in a Menu Button UI pattern
From: Jim Allan
Date: Jun 9, 2015 8:35AM
- Next message: Moore,Michael (HHSC): "Re: Headings in a Menu Button UI pattern"
- Previous message: Mickey Williamson: "Re: Navigating via headings in VoiceOver"
- Next message in Thread: Moore,Michael (HHSC): "Re: Headings in a Menu Button UI pattern"
- Previous message in Thread: Marco Zehe: "Re: Headings in a Menu Button UI pattern"
- View all messages in this Thread
too bad we don't the the <lh> element from HTML3
http://www.w3.org/MarkUp/html3/listheader.html
always thought it would be useful. The description sounds much like
<details> and <summary>
though just having some kind of "title" or "caption" or "heading" for a
list like we do for table-caption and images-figure/figcaption would be
useful.
<ul>
<lh>Fruits I Like:<lh>
<li>Apples</li>
<li>Bananas</li>
<li>Oranges</li></ul>
On Tue, Jun 9, 2015 at 6:43 AM, Marco Zehe < <EMAIL REMOVED> > wrote:
> OK, for that case an additional suggestion: Each of the elements inside
> reacts to the Escape key which a) closes the navigation menu and b) sets
> focus back to the button that opened it.
>
> Marco
>
>
> 2015-06-09 12:19 GMT+02:00 _mallory < <EMAIL REMOVED> >:
>
> > On Tue, Jun 09, 2015 at 12:12:45PM +0200, Marco Zehe wrote:
> > ...
> > > 3. Or if it is not possible to insert the items in the DOM at that
> point,
> > > make sure after setting the visibility to true, to set focus on the
> first
> > > item within that account navigation block, since it can be assumed the
> > user
> > > wants to interact with this now.
> >
> > Here we have a difference between users: while a screen reader user
> > might "be assumed to want to interact with this now", for a sighted
> > keyboarder it's often just "what is here?". Having my focus moved
> > into things I only wanted to quick see what was there so then needing
> > to shift-tab out each time isn't fun.
> >
> > Though I'm a lazy user and this is just my opinion.
> >
> > _mallory
> > > > > > > > > >
> > > > >
--
[image: http://www.tsbvi.edu] <http://www.tsbvi.edu>Jim Allan,
Accessibility Coordinator & Webmaster
Texas School for the Blind and Visually Impaired
1100 W. 45th St., Austin, Texas 78756
voice 512.206.9315 fax: 512.206.9264 http://www.tsbvi.edu/
"We shape our tools and thereafter our tools shape us." McLuhan, 1964
- Next message: Moore,Michael (HHSC): "Re: Headings in a Menu Button UI pattern"
- Previous message: Mickey Williamson: "Re: Navigating via headings in VoiceOver"
- Next message in Thread: Moore,Michael (HHSC): "Re: Headings in a Menu Button UI pattern"
- Previous message in Thread: Marco Zehe: "Re: Headings in a Menu Button UI pattern"
- View all messages in this Thread