WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Frames

for

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

From: Cohen, Lisa A.
Date: Fri, Feb 07 2003 1:56PM
Subject: Frames
No previous message | Next message →

From my initial investigation, it looks like JAWS uses the name attribute to
"t

From: Andrew Kirkpatrick
Date: Fri, Feb 07 2003 2:11PM
Subject: Re: Frames
← Previous message | Next message →

JAWS does it in two ways. You can navigate frame in IE by using Ctrl+tab and JAWS will respond by
announcing the frame or you can use use Ins+F9 to bring up the frames dialog. I forget which is which, but
one way you hear the title and the other you hear the name. I usually recommend that both be added and
be identical.

AWK

2/7/2003 3:39:18 PM, "Cohen, Lisa A." < = EMAIL ADDRESS REMOVED = > wrote:

>
>
> Date: Fri, 07 Feb 2003 12:39:18 -0800
>
> From: "Cohen, Lisa A." < = EMAIL ADDRESS REMOVED = >
> Subject:Frames
> To: "WebAIM forum ( = EMAIL ADDRESS REMOVED = )" <webaim-
> = EMAIL ADDRESS REMOVED = >
>
>
>
>
> From my initial investigation, it looks like JAWS uses the name attribute to
>
> "tag" frames, while IBM HomePageReader appears to use the title attribute.
> Anyone have any further information on navigating frames from
> screenreaders? Need to give guidance to developers...
>
>
> Thanks,
> Lisa
Andrew

--
Andrew Kirkpatrick
CPB/WGBH National Center for Accessible Media
125 Western Ave.
Boston, MA 02134
E-mail: = EMAIL ADDRESS REMOVED =
Web site: ncam.wgbh.org




----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/


From: Jukka K. Korpela
Date: Sat, Feb 08 2003 2:00AM
Subject: Re: Frames
← Previous message | Next message →

On Fri, 7 Feb 2003, Andrew Kirkpatrick wrote:

> JAWS does it in two ways. - -
> one way you hear the title and the other you hear the name.
> I usually recommend that both be added and be identical.

Making them identical could disappoint users who can access both
NAME and TITLE and who have heard or seen the NAME but found it too
cryptic and wish to check what the TITLE says. Due to the uses of NAME for
other purposes (e.g., in TARGET attributes), it needs to be relatively
short; TITLE can used to give a more verbose explanation.

Cf. to http://www.w3.org/TR/WCAG10-HTML-TECHS/#frame-text-equivalent
which contains examples like
<FRAME src="sitenavbar.html" name="navbar"
title="Sitewide navigation bar" ...>

--
Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/


----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/


From: Andrew Kirkpatrick
Date: Sat, Feb 08 2003 4:43AM
Subject: Re: Frames
← Previous message | No next message

Sure, as long as the name is intelligible. I think that too often we get name="frm_01_top" because people
assume that the title takes care of all situations -- and maybe it should, but it doesn't.

AWK

>Making them identical could disappoint users who can access both
>NAME and TITLE and who have heard or seen the NAME but found it too
>cryptic and wish to check what the TITLE says. Due to the uses of NAME for
>other purposes (e.g., in TARGET attributes), it needs to be relatively
>short; TITLE can used to give a more verbose explanation.
>
>Cf. to http://www.w3.org/TR/WCAG10-HTML-TECHS/#frame-text-equivalent
>which contains examples like
> <FRAME src="sitenavbar.html" name="navbar"
> title="Sitewide navigation bar" ...>
>

Andrew

--
Andrew Kirkpatrick
CPB/WGBH National Center for Accessible Media
125 Western Ave.
Boston, MA 02134
E-mail: = EMAIL ADDRESS REMOVED =
Web site: ncam.wgbh.org




----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/