- From: Birkir Gunnarsson <birkir.gunnarsson@deque.com>
- Date: Thu, 23 Apr 2015 15:11:11 -0400
- To: Bryan Garaventa <bryan.garaventa@ssbbartgroup.com>
- Cc: "W3C WAI Protocols & Formats" <public-pfwg@w3.org>
+1 to Bryan's comments. I have found this technique to be very useful in cases where standard ARIA landmark roles are not applicable and where it would not be appropriate to add headings to mark the beginning of region content. Another example here would be code examples (enclosed in code or pre tag), regions that are controlled by other elements (identified by the aria-controls attribute) but do not fall under standard navigation patterns such as tab/tabpanel and regions that are visually identified by their relative location on a page (left hand navigation) (yes, some of these can be identified with the navigation role). Also the html5 section element is mapped to role="region" by default and that element's description is not as restrictive as the ARIA spec description of the region role. I have filed issues with a.t. vendors that regions with an explicit label from author be included in the list of landmarks for the page, and this is the behavior exhibited by most screen readers (though not all). -Birkir On 4/23/15, Bryan Garaventa <bryan.garaventa@ssbbartgroup.com> wrote: > This came up yesterday, and it's something I wished to raise regarding the > spec definition for the region role at > http://www.w3.org/TR/wai-aria-1.1/#region > Which states: > > "A large perceivable section of a web page or document, that is important > enough to be included in a page summary or table of contents, for example, > an area of the page containing live sporting event statistics." > > In practice however, there are many valid uses for named regions that don't > fit this definition, such as the following: > > <div role="region" aria-label="breadcrumbs"> > ... breadcrumb structure ... > </div> > > Amongst many others, none of which fit into the 'large structure that ties > into the table of contents' definition mentioned in the spec, which is > confusing developers who simply want to define a specific region on the page > for a specific navigable purpose. > > The helpful aspect of the above usage, is that it puts visually oriented > regions into the region list for ATs, making it easy to find and navigate to > specific regions of interest. However the spec text actively discourages > this. > > Can this be modified to be less restrictive? > >
Received on Thursday, 23 April 2015 19:11:40 UTC