Accessibility and CMS

General project discussion. NOT for help questions.
Post Reply
User avatar
Sy
Forum Members
Forum Members
Posts: 95
Joined: Fri Aug 17, 2007 11:13 am

Accessibility and CMS

Post by Sy »

I am currently working through the guidelines for making a site conform to the Accessibility standards:
http://www.w3.org/TR/WAI-WEBCONTENT/

One of the things in this is that the site must be navigatable using the keyboard, could the menu manager include keyboard shortcuts ?
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Accessibility and CMS

Post by RonnyK »

Sy,

I know that some pages already have this, as the default content HOME-page, has "shortcut key=1" in the "Description (title attribute):", so for the pages you wnat to activate it, you can give specific "descriptions" at the options-tab to enable this.
The key combinations for validating these shortcuts differ between Web browsers. Here are the procedures to follow for activating the keyboard shortcuts within the main Web browsers :

IE Windows : Alt and [Keyboard shortcut], then Enter
Mozilla, Netscape, K-Meleon, FireFox Windows : Alt and [Keyboard shortcut]
Opera 7 Windows, Macintosh, Linux : Caps lock + Escape and [Keyboard shortcut]
MSIE Macintosh : Ctrl and [Keyboard shortcut], then Enter
Safari 1.2 Macintosh : Ctrl and [Keyboard shortcut]
Mozilla, Netscape Macintosh : Ctrl and [Keyboard shortcut]
Galeon/Mozilla/FireFox Linux Alt and [Keyboard shortcut]
Netscape 4, Camino, Galeon, Konqueror, Omniweb, Safari prior to version 1.2,
Ronny
alby

Re: Accessibility and CMS

Post by alby »

RonnyK wrote: I know that some pages already have this, as the default content HOME-page, has "shortcut key=1" in the "Description (title attribute):", so for the pages you wnat to activate it, you can give specific "descriptions" at the options-tab to enable this.
For thoroughness:
- Shortcut is defined in (Option) "Access Key" field (in red)
- You can move in page with (Option) "Tab index" field also (in green)
- In MenuManager check if you have:
url}"{if $node->accesskey != ''} accesskey="{$node->accesskey}"{/if}{if $node->tabindex != ''} tabindex="{$node->tabindex}"{/if}{if $node->titleattribute != ''} title="{$node->titleattribute}"{/if}{if $node->target != ''} target="{$node->target}"{/if}>{$node->hierarchy}: {$node->menutext}
Alby
Last edited by alby on Mon Sep 24, 2007 10:07 am, edited 1 time in total.
User avatar
Sy
Forum Members
Forum Members
Posts: 95
Joined: Fri Aug 17, 2007 11:13 am

Re: Accessibility and CMS

Post by Sy »

Thank you.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Accessibility and CMS

Post by RonnyK »

You're right Alby,

I was to quick in replying, I knew it was in the options, and didn't check the two fields, down (I only looked at the text).

Ronny
Post Reply

Return to “General Discussion”