WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Site Map, Bobby, and WCAG 13.1

for

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

From: Michael Moore
Date: Wed, Jul 21 2004 4:00PM
Subject: Site Map, Bobby, and WCAG 13.1
No previous message | Next message →






I have an
interesting delima. I am working on a new web site for our organization
and am including a site map. My problem is this: Within major
sections of the site which provide resources relating to different programs that
we sponsor I have subnavigation menus that are very similar. A program may
include training so there is a link to training for example. This does not
pose a problem for the pages within the section. However when those links
are listed within the site map there is an issue - several links that say
"training."
<SPAN
class=370500721-21072004>
Bobby correctly
flagged this problem as a violation of WCAG 13.1.
<SPAN
class=370500721-21072004>
A visitor using a
screen reader who visits the site map then uses the link list feature of their
browser will be confused by the duplicate named links. However, to add the
program name to all of the links relating to that program would likely be very
annoying as well.
<SPAN
class=370500721-21072004>
Any suggestions from
this group?
<SPAN
class=370500721-21072004>
<SPAN
class=370500721-21072004>Thanks,
<SPAN
class=370500721-21072004>
Mike
Moore

From: Sandy Clark
Date: Wed, Jul 21 2004 4:14PM
Subject: Re: Site Map, Bobby, and WCAG 13.1
← Previous message | Next message →






<FONT face=Arial
color=#0000ff size=2>I tend to do this with the "training" link being visible
and the program name wrapped in a <;span
class="hidden">;<;/span>;. Unfortunately Jaws honors display:none so
that doesn't work
<FONT face=Arial
color=#0000ff
size=2>.hidden{width:1px;position:absolute;left:0;top:-100px;height:1px;overflow:hidden;}


<;a
href="">;Training <;span class="hidden">;for
Program<;/span>;<;/a>;

Sandra
Clark



From: mmoore [mailto: = EMAIL ADDRESS REMOVED = ]
Sent: Wednesday, July 21, 2004 6:00 PMTo: WebAIM
Discussion ListSubject: [WebAIM] Site Map, Bobby, and WCAG
13.1

I have an
interesting delima. I am working on a new web site for our organization
and am including a site map. My problem is this: Within major
sections of the site which provide resources relating to different programs that
we sponsor I have subnavigation menus that are very similar. A program may
include training so there is a link to training for example. This does not
pose a problem for the pages within the section. However when those links
are listed within the site map there is an issue - several links that say
"training."
<SPAN
class=370500721-21072004>
Bobby correctly
flagged this problem as a violation of WCAG 13.1.
<SPAN
class=370500721-21072004>
A visitor using a
screen reader who visits the site map then uses the link list feature of their
browser will be confused by the duplicate named links. However, to add the
program name to all of the links relating to that program would likely be very
annoying as well.
<SPAN
class=370500721-21072004>
Any suggestions from
this group?
<SPAN
class=370500721-21072004>
<SPAN
class=370500721-21072004>Thanks,
<SPAN
class=370500721-21072004>
Mike
Moore

From: Shane Anderson
Date: Wed, Jul 21 2004 4:31PM
Subject: Re: Site Map, Bobby, and WCAG 13.1
← Previous message | Next message →

check out the new article on the Webaim website:
An Accessible Method of Hiding HTML Content

-----Original Message-----
From: &quot;sllists&quot;
To: &quot;WebAIM Discussion List&quot;
Date: Wed, 21 Jul 2004 18:12:31 -0400
Subject: Re: [WebAIM] Site Map, Bobby, and WCAG 13.1

I tend to do this with the &quot;training&quot; link being visible and the program
name wrapped in a . Unfortunately Jaws honors
display:none so that doesn't work
..hidden{
width:1px;
position:absolute;
left:0;
top:-100px;
height:1px;
overflow:hidden;
}


Training for Program

Sandra Clark

_____

From: mmoore [mailto: = EMAIL ADDRESS REMOVED = ]
Sent: Wednesday, July 21, 2004 6:00 PM
To: WebAIM Discussion List
Subject: [WebAIM] Site Map, Bobby, and WCAG 13.1


I have an interesting delima. I am working on a new web site for our
organization and am including a site map. My problem is this: Within major
sections of the site which provide resources relating to different programs
that we sponsor I have subnavigation menus that are very similar. A program
may include training so there is a link to training for example. This does
not pose a problem for the pages within the section. However when those
links are listed within the site map there is an issue - several links that
say &quot;training.&quot;

Bobby correctly flagged this problem as a violation of WCAG 13.1.

A visitor using a screen reader who visits the site map then uses the link
list feature of their browser will be confused by the duplicate named links..
However, to add the program name to all of the links relating to that
program would likely be very annoying as well.

Any suggestions from this group?

Thanks,

Mike Moore


Shane Anderson
Programmer Analyst
Web Accessibility in Mind (WebAIM.org)

From: Michael Moore
Date: Wed, Jul 21 2004 5:24PM
Subject: Re: Site Map, Bobby, and WCAG 13.1
← Previous message | Next message →

I have read the article that you mentioned but I am still concerned about
the annoyance factor of adding the program name to the links - each section
would need to have seven or eight links with the hidden program name. The
screen reader would read &quot;program training&quot; &quot;program schedule&quot; &quot;program
participants&quot; etc. Then again maybe I am just being overly cautious.

Mike

-----Original Message-----
From: Shane [mailto: = EMAIL ADDRESS REMOVED = ]
Sent: Wednesday, July 21, 2004 5:32 PM
To: WebAIM Discussion List
Subject: Re: [WebAIM] Site Map, Bobby, and WCAG 13.1


check out the new article on the Webaim website:
An Accessible Method of Hiding HTML Content

-----Original Message-----
From: &quot;sllists&quot;
To: &quot;WebAIM Discussion List&quot;
Date: Wed, 21 Jul 2004 18:12:31 -0400
Subject: Re: [WebAIM] Site Map, Bobby, and WCAG 13.1

I tend to do this with the &quot;training&quot; link being visible and the program
name wrapped in a . Unfortunately Jaws honors
display:none so that doesn't work .hidden{ width:1px; position:absolute;
left:0; top:-100px; height:1px; overflow:hidden; }


Training for Program

Sandra Clark

_____

From: mmoore [mailto: = EMAIL ADDRESS REMOVED = ]
Sent: Wednesday, July 21, 2004 6:00 PM
To: WebAIM Discussion List
Subject: [WebAIM] Site Map, Bobby, and WCAG 13.1


I have an interesting delima. I am working on a new web site for our
organization and am including a site map. My problem is this: Within major
sections of the site which provide resources relating to different programs
that we sponsor I have subnavigation menus that are very similar. A program
may include training so there is a link to training for example. This does
not pose a problem for the pages within the section. However when those
links are listed within the site map there is an issue - several links that
say &quot;training.&quot;

Bobby correctly flagged this problem as a violation of WCAG 13.1.

A visitor using a screen reader who visits the site map then uses the link
list feature of their browser will be confused by the duplicate named links.
However, to add the program name to all of the links relating to that
program would likely be very annoying as well.

Any suggestions from this group?

Thanks,

Mike Moore


Shane Anderson
Programmer Analyst
Web Accessibility in Mind (WebAIM.org)

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

From: julian.rickards@ndm.gov.on.ca
Date: Thu, Jul 22 2004 7:34AM
Subject: Re: Site Map, Bobby, and WCAG 13.1
← Previous message | Next message →








Don't
take this personally but I hate excessive markup for the purpose of applying
style such as a series of nested divs whose role is only to apply different
backgrounds to the same content. For example, the Onion Skinning technique
recently discussed at AListApart.com (<A
href="http://www.alistapart.com/articles/onionskin/">http://www.alistapart.com/articles/onionskin/)
and this code below smacks of the same thing. It is a maintenance nightmare and
difficult for others who work with you or after you to maintain. Why
not simply use the Title attribute to add more information?
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Jules
<FONT face=Georgia
color=#0000ff>-----------------------------------------------
Julian Rickards <FONT
face=Georgia color=#0000ff>A/Digitial Publications Distribution
Coordinator Publication Services
Section, Ministry of Northern
Development and Mines, Vox:
705-670-5608 / Fax: 705-670-5960

<FONT face=Tahoma
size=2>-----Original Message-----From: sllists
[mailto: = EMAIL ADDRESS REMOVED = ]Sent: Wednesday, July 21, 2004 6:13
PMTo: WebAIM Discussion ListSubject: Re: [WebAIM] Site
Map, Bobby, and WCAG 13.1
<FONT face=Arial
color=#0000ff size=2>I tend to do this with the "training" link being visible
and the program name wrapped in a <;span
class="hidden">;<;/span>;. Unfortunately Jaws honors display:none
so that doesn't work
<FONT face=Arial
color=#0000ff
size=2>.hidden{width:1px;position:absolute;left:0;top:-100px;height:1px;overflow:hidden;}


<FONT face=Arial color=#0000ff
size=2><;a href="">;Training <;span class="hidden">;for
Program<;/span>;<;/a>;

From: Sandy Clark
Date: Thu, Jul 22 2004 7:49AM
Subject: Re: Site Map, Bobby, and WCAG 13.1
← Previous message | No next message

Not taken personally :)

My experience with the title attribute is that a)I
don't feel that the use of titles meet the WCAG guideline 13.1 of "link
text must be meaningful enough to make sense when read out of context" b)
not every screen reader is configured to read titles out of the box (or many of
them can be reconfigured to either read or
not read titles) so I can't be sure that it would even be read.

I don't think the maintenance of it is that difficult, mainly because most of what I would use it for is dynamically programmed
anyways. Its a technique, I've found effective, but if someone comes
up with a better way that will meet standards and work, then I'd love to hear
it.

Sandy Clark


From: julian.rickards
[mailto: = EMAIL ADDRESS REMOVED = ] Sent: Thursday, July 22, 2004
9:33 AMTo: WebAIM Discussion ListSubject: Re: [WebAIM]
Site Map, Bobby, and WCAG 13.1

Don't
take this personally but I hate excessive markup for the purpose of applying
style such as a series of nested divs whose role is only to apply different
backgrounds to the same content. For example, the Onion Skinning technique
recently discussed at AListApart.com (<A
href="http://www.alistapart.com/articles/onionskin/">http://www.alistapart.com/articles/onionskin/)
and this code below smacks of the same thing. It is a maintenance nightmare and
difficult for others who work with you or after you to maintain. Why
not simply use the Title attribute to add more information?
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Jules
<FONT face=Georgia
color=#0000ff>-----------------------------------------------
Julian Rickards <FONT
face=Georgia color=#0000ff>A/Digitial Publications Distribution
Coordinator Publication Services
Section, Ministry of Northern
Development and Mines, Vox:
705-670-5608 / Fax: 705-670-5960

<FONT face=Tahoma
size=2>-----Original Message-----From: sllists
[mailto: = EMAIL ADDRESS REMOVED = ]Sent: Wednesday, July 21, 2004 6:13
PMTo: WebAIM Discussion ListSubject: Re: [WebAIM] Site
Map, Bobby, and WCAG 13.1
<FONT face=Arial
color=#0000ff size=2>I tend to do this with the "training" link being visible
and the program name wrapped in a <;span
class="hidden">;<;/span>;. Unfortunately Jaws honors display:none
so that doesn't work
<FONT face=Arial
color=#0000ff
size=2>.hidden{width:1px;position:absolute;left:0;top:-100px;height:1px;overflow:hidden;}


<FONT face=Arial color=#0000ff
size=2><;a href="">;Training <;span class="hidden">;for
Program<;/span>;<;/a>;