Disability Access
Disability Access
Is there anything about the menu to make it disability compliant for audio readers and devices?
Appreciated
Thank you!
(new lass)
(new lass)
Hi Andy -Andy wrote:There will be an onfunction and offfunction feature for each menu item.
This will enable a sound file to be played as the user moves over each menu item.
What exactly does "a sound file" mean? Something entirely separate from the menu items? If so I'm not sure 508 will like that. Most screen readers are looking for alt or id info (and straight text, of course)to read. If not already in there, any way to make that happen?
Thanks.
John
I guess the most functional feature would be to have the same links inside <noscript> tags.
I guess screen readers and JS are not a good mix (apart from IBM home page reader and I don't know how many others)
Having menu links in <noscript> tags would solve the issue both for screen readers and search engines [:)]
I guess screen readers and JS are not a good mix (apart from IBM home page reader and I don't know how many others)
Having menu links in <noscript> tags would solve the issue both for screen readers and search engines [:)]
-
- Advanced
- Posts: 12
- Joined: Fri Jun 27, 2003 9:05 pm
- Location: Washington, DC
- Contact:
One work-around solution which we've used for additional 508 compliance is to make the top bar of the menu out of graphics with alternate text, and provide redundant navigation on all the second level pages.
An additional consideration for 508 compliance is that there must be a method to skip the redundant navigation, to allow someone using a screen reader to jump to the main content quickly. I did this using a 1-pixel spacer in the first entry of the first menu.
An additional consideration for 508 compliance is that there must be a method to skip the redundant navigation, to allow someone using a screen reader to jump to the main content quickly. I did this using a 1-pixel spacer in the first entry of the first menu.
I decided to jump back to this posting, now I'm confused.
First I read title was picked up by the reader, apparently not.
My 1px spacer just messed up and I took it off until later.
I have 2 menus top horizontal and right vertical, I don't know where it jumps from one menu to the other or what to do about it.
I have a simple second navation system to a site map if javascript is turned off. I was thinking of having a simple html button that would either switch on or off the menu if someone would rather use the site map links.
Can I make the site map a navigation system from another browser, or does that not help?
My links are text, background images change on mouseover, is there any reason to attach an alt tag with those, or use those for anything?
Thanks for helping me out on this.
Meanwhile I'll start looking for a volunteer with disabilities.
maz
First I read title was picked up by the reader, apparently not.
My 1px spacer just messed up and I took it off until later.
I have 2 menus top horizontal and right vertical, I don't know where it jumps from one menu to the other or what to do about it.
I have a simple second navation system to a site map if javascript is turned off. I was thinking of having a simple html button that would either switch on or off the menu if someone would rather use the site map links.
Can I make the site map a navigation system from another browser, or does that not help?
My links are text, background images change on mouseover, is there any reason to attach an alt tag with those, or use those for anything?
Thanks for helping me out on this.
Meanwhile I'll start looking for a volunteer with disabilities.
maz
This link is good, it has clear examples:
http://www.w3.org/WAI/wcag-curric/oversam.htm
I found a volunteer with disabilites to help.
maz
http://www.w3.org/WAI/wcag-curric/oversam.htm
I found a volunteer with disabilites to help.
maz
I now have a volunteer providing feedback.
He can't navigate the menu because he's looking for the title tag.
Thinking it was image based couldn't locate the image tab.
He finds alt tab too difficult to use.
He hasn't got to the submenu yet.
I have to solve the problem why he can't scroll the page.
Regards
maz
He can't navigate the menu because he's looking for the title tag.
Thinking it was image based couldn't locate the image tab.
He finds alt tab too difficult to use.
He hasn't got to the submenu yet.
I have to solve the problem why he can't scroll the page.
Regards
maz
- fredlongworthhighschool
- Mega Advanced
- Posts: 362
- Joined: Fri Jun 27, 2003 11:34 am
- Location: Manchester, England.
- Contact:
Thanks for the suggestion Andy D.
I haven't found anything I can use yet, how about:
tabindex, label, title, an on/off class function or something?
Any suggestions?
The strange part is that the reader automatically tabindexes all graphic links... now that I have all text links because I thought they were supposed to be better. I have plenty of background images, but background images don't count as links. This is a strange senerio.
Can I make an item both text & graphic, or use the subimage arrows for tabindexing?
Thanks
maz
I haven't found anything I can use yet, how about:
tabindex, label, title, an on/off class function or something?
Any suggestions?
The strange part is that the reader automatically tabindexes all graphic links... now that I have all text links because I thought they were supposed to be better. I have plenty of background images, but background images don't count as links. This is a strange senerio.
Can I make an item both text & graphic, or use the subimage arrows for tabindexing?
Thanks
maz