WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Frames and ARIA Landmarks

for

Number of posts in this thread: 6 (In chronological order)

From: Silpa Mallipeddi
Date: Mon, May 07 2012 10:11PM
Subject: Frames and ARIA Landmarks
No previous message | Next message →

Hi All:

When we navigate the page by frames and use the tab key or the arrow
keys, what's the difference in using ARIA landmark elements and what
use does visually challenged users have.
Also I'd like to know if there is a way to kno2w if they are used in
the web page.
Are there techniques to know / determine them and their properties.

I'd like to know experts' opinions / ideas on the same.
Wanted to get started with ARIA landmarks.

How can accessibility users know the issues and the possible solutions
when ARIA is used.

Thanks and regards,
Silpa.

From: Benjamin Hawkes-Lewis
Date: Tue, May 08 2012 12:50AM
Subject: Re: Frames and ARIA Landmarks
← Previous message | Next message →

On Tue, May 8, 2012 at 5:11 AM, Silpa Mallipeddi
< = EMAIL ADDRESS REMOVED = > wrote:
> When we navigate the page by frames and use the tab key or the arrow
> keys, what's the difference in using ARIA landmark elements

Frames transclude another document into the current document.

http://reference.sitepoint.com/html/elements-frames-windows

http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#frame

Landmarks designate an area of the current document, such as a
navigation area, or a search area, or the main content area.

http://www.w3.org/WAI/PF/aria-practices/#kbd_layout

http://www.w3.org/WAI/PF/aria/roles#landmark_roles

User agent features for moving between frames won't move you between
landmarks; user agent features for moving between landmarks won't move
you between frames.

> and what use does visually challenged users have.

Their client software might offer features such as:

1. Announce the landmark roles, labels, and descriptions.
2. List landmarks on the current page.
3. Move to next/previous landmark.
4. Hotkeys for jumping to particular landmarks (for example, the
search area) if present.

These features help such users find their way about the document.

> Also I'd like to know if there is a way to kno2w if they are used in
> the web page. Are there techniques to know / determine them and their properties.

The most reliable way is to inspect the DOM of the page for landmark
role attributes (e.g. @role="navigation") or HTML markup that imply
landmark roles (such as the <nav> element). The spec defines how HTML
markup is mapped to ARIA:

http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#wai-aria

You can then inspect the attributes of those elements, such as @title
and @aria-label and @aria-describedby.

Client software features for exposing landmarks and accessibility
hierarchy inspectors can also give you some idea, but depends on
client software correctly reading the landmarks out of the page.

Steve Faulkner did a study of support for explicit as opposed to
implicit landmarks about a few months ago:

http://www.paciellogroup.com/blog/2011/11/latest-aria-landmark-support-data/

> How can accessibility users know the issues and the possible solutions
> when ARIA is used.

Especially since HTML not only acts as a host language for the
explicit use of ARIA but also has elements and attributes implicitly
mapped to ARIA, that's a huge topic I'm not going to try and address
here.

--
Benjamin Hawkes-Lewis

From: Jeevan Reddy
Date: Tue, May 08 2012 4:03AM
Subject: Re: Frames and ARIA Landmarks
← Previous message | Next message →

Shilpa,
ARIA landmarks are the regions on a web page the the screen
reader(AT) users can easily jump to these regions. you can press
;(semicolon) using JAWS 10+ and "D" using NVDA to get their presence.
these regions are not interactive ...
hope this helps....

On 5/8/12, Silpa Mallipeddi < = EMAIL ADDRESS REMOVED = > wrote:
> Hi All:
>
> When we navigate the page by frames and use the tab key or the arrow
> keys, what's the difference in using ARIA landmark elements and what
> use does visually challenged users have.
> Also I'd like to know if there is a way to kno2w if they are used in
> the web page.
> Are there techniques to know / determine them and their properties.
>
> I'd like to know experts' opinions / ideas on the same.
> Wanted to get started with ARIA landmarks.
>
> How can accessibility users know the issues and the possible solutions
> when ARIA is used.
>
> Thanks and regards,
> Silpa.
> > > >


--
Best Regards,
*Jeevan Reddy,
Accessibility Developer,
Onya Digital Solutions Pvt Ltd,
Bangalore, India.
*

From: Don Mauck
Date: Tue, May 08 2012 7:58AM
Subject: Re: Frames and ARIA Landmarks
← Previous message | Next message →

Silpa --
Currently JAWS and NVDA use Aria landmarks, do not know about SuperNova. When running JAWS for example if you listen carefully, you will hear the page state that there "xxx" landmarks on the page. Just do a Google search and you'll see.

-----Original Message-----
From: Silpa Mallipeddi [mailto: = EMAIL ADDRESS REMOVED = ]
Sent: Monday, May 07, 2012 10:11 PM
To: = EMAIL ADDRESS REMOVED =
Subject: [WebAIM] Frames and ARIA Landmarks

Hi All:

When we navigate the page by frames and use the tab key or the arrow
keys, what's the difference in using ARIA landmark elements and what
use does visually challenged users have.
Also I'd like to know if there is a way to kno2w if they are used in
the web page.
Are there techniques to know / determine them and their properties.

I'd like to know experts' opinions / ideas on the same.
Wanted to get started with ARIA landmarks.

How can accessibility users know the issues and the possible solutions
when ARIA is used.

Thanks and regards,
Silpa.

From: Steve Faulkner
Date: Tue, May 08 2012 8:03AM
Subject: Re: Frames and ARIA Landmarks
← Previous message | Next message →

here is some recent test data on landmark support
http://www.html5accessibility.com/tests/landmarks.html

regards
stevef

On 8 May 2012 14:58, Don Mauck < = EMAIL ADDRESS REMOVED = > wrote:

> Silpa --
> Currently JAWS and NVDA use Aria landmarks, do not know about SuperNova.
> When running JAWS for example if you listen carefully, you will hear the
> page state that there "xxx" landmarks on the page. Just do a Google search
> and you'll see.
>
> -----Original Message-----
> From: Silpa Mallipeddi [mailto: = EMAIL ADDRESS REMOVED = ]
> Sent: Monday, May 07, 2012 10:11 PM
> To: = EMAIL ADDRESS REMOVED =
> Subject: [WebAIM] Frames and ARIA Landmarks
>
> Hi All:
>
> When we navigate the page by frames and use the tab key or the arrow
> keys, what's the difference in using ARIA landmark elements and what
> use does visually challenged users have.
> Also I'd like to know if there is a way to kno2w if they are used in
> the web page.
> Are there techniques to know / determine them and their properties.
>
> I'd like to know experts' opinions / ideas on the same.
> Wanted to get started with ARIA landmarks.
>
> How can accessibility users know the issues and the possible solutions
> when ARIA is used.
>
> Thanks and regards,
> Silpa.
> > > > > > >



--
with regards

Steve Faulkner
Technical Director - TPG

www.paciellogroup.com | www.HTML5accessibility.com |
www.twitter.com/stevefaulkner
HTML5: Techniques for providing useful text alternatives -
dev.w3.org/html5/alt-techniques/
Web Accessibility Toolbar - www.paciellogroup.com/resources/wat-ie-about.html

From: Maraikayar Prem Nawaz
Date: Tue, May 15 2012 3:48AM
Subject: Re: Frames and ARIA Landmarks
← Previous message | No next message

Nice Video on How ARIA landmark roles help screen reader users :
http://www.youtube.com/watch?v=IhWMou12_Vk

Regards
-Nawaz


On Tue, May 8, 2012 at 7:33 PM, Steve Faulkner < = EMAIL ADDRESS REMOVED = >wrote:

> here is some recent test data on landmark support
> http://www.html5accessibility.com/tests/landmarks.html
>
> regards
> stevef
>
> On 8 May 2012 14:58, Don Mauck < = EMAIL ADDRESS REMOVED = > wrote:
>
> > Silpa --
> > Currently JAWS and NVDA use Aria landmarks, do not know about SuperNova.
> > When running JAWS for example if you listen carefully, you will hear the
> > page state that there "xxx" landmarks on the page. Just do a Google
> search
> > and you'll see.
> >
> > -----Original Message-----
> > From: Silpa Mallipeddi [mailto: = EMAIL ADDRESS REMOVED = ]
> > Sent: Monday, May 07, 2012 10:11 PM
> > To: = EMAIL ADDRESS REMOVED =
> > Subject: [WebAIM] Frames and ARIA Landmarks
> >
> > Hi All:
> >
> > When we navigate the page by frames and use the tab key or the arrow
> > keys, what's the difference in using ARIA landmark elements and what
> > use does visually challenged users have.
> > Also I'd like to know if there is a way to kno2w if they are used in
> > the web page.
> > Are there techniques to know / determine them and their properties.
> >
> > I'd like to know experts' opinions / ideas on the same.
> > Wanted to get started with ARIA landmarks.
> >
> > How can accessibility users know the issues and the possible solutions
> > when ARIA is used.
> >
> > Thanks and regards,
> > Silpa.
> > > > > > > > > > > > > >
>
>
>
> --
> with regards
>
> Steve Faulkner
> Technical Director - TPG
>
> www.paciellogroup.com | www.HTML5accessibility.com |
> www.twitter.com/stevefaulkner
> HTML5: Techniques for providing useful text alternatives -
> dev.w3.org/html5/alt-techniques/
> Web Accessibility Toolbar -
> www.paciellogroup.com/resources/wat-ie-about.html
> > > >