E-mail List Archives
Re: Re-order page content
From: Birkir R. Gunnarsson
Date: Jun 3, 2017 9:37AM
- Next message: Chagnon | PubCom: "Re: a sample before and after document"
- Previous message: JP Jamous: "Re: a sample before and after document"
- Next message in Thread: John Foliot: "Re: Re-order page content"
- Previous message in Thread: Jonathan Avila: "Re: Re-order page content"
- View all messages in this Thread
Region is a landmark role in the ARIA 1.1 spec (see Jonathan's link),
and the HTML5 <section> element maps to it:
http://www.w3.org/TR/html-aria/
(browser / screen reader support for the region role is fairly robust).
In fact, I often recommend use of the region role, e.g. to mark the
boundries of dynamically displayed content e.g. in an accordion
pattern (similar to how the tabpanel role is used in the tabs
construct). The advantage that a region has over a heading is that
screen readers announce the beginning and end of the region, so screen
reader users get a full understanding of exactly hwat content got
dynamically displayed (a heading does not work as well in that
situation).
Another thing to consider is that a screen reader user can easily skip
over sections of static content to a form field (just press the tab
key), Placing instructions before a login field does not present a
challenge to a screen reader user, as long as user can navigate
directly to the beginning of those instructions, either using
navigation heading, skip link, or an ARIA landmark (in this case a
region landmark is probably not the most appropriate, you can use the
form role, or if you already have a heading, just stick with it and
keep it simple).
I know developers cringe if you ask them to add two extra links to
content for assistive technology reasons, so there has to be an urgent
accessibility reason to do so, I think in your case you can get by,
and save that favor for a rainy day.
On 6/2/17, Jonathan Avila < <EMAIL REMOVED> > wrote:
>> The use of role="region" is non-valid and non-conformant, although in
>> practical terms it is benign - today.
>
> John, can you please provide a citation for role of region being non-valid
> and non-conformant?
>
> https://www.w3.org/TR/wai-aria-1.1/#region
>
> Jonathan
>
> Jonathan Avila
> Chief Accessibility Officer
> SSB BART Group (soon to be Level Access)
> <EMAIL REMOVED>
> 703.637.8957 (Office)
>
> Visit us online: Website | Twitter | Facebook | LinkedIn | Blog
> Looking to boost your accessibility knowledge? Check out our free webinars!
>
> The information contained in this transmission may be attorney privileged
> and/or confidential information intended for the use of the individual or
> entity named above. If the reader of this message is not the intended
> recipient, you are hereby notified that any use, dissemination, distribution
> or copying of this communication is strictly prohibited.
>
>
>
- Next message: Chagnon | PubCom: "Re: a sample before and after document"
- Previous message: JP Jamous: "Re: a sample before and after document"
- Next message in Thread: John Foliot: "Re: Re-order page content"
- Previous message in Thread: Jonathan Avila: "Re: Re-order page content"
- View all messages in this Thread