Accessbility - quick read about WCAG2
To: those interested in drupal accessibility. Re: version 2 of the Web Content Accessibility Guidelines (in development). Here is an easy-read insight. In the form of an interview with a WCAG contributor. http://webstandardsgroup.org/features/gian-sampson-wild.cfm
This seems like a strange thing to can into hard code. I would rather put it somewhere else (themeable) and make it a link to My Account (and no My Account menu item which I can't delete) and have the default name of the default menu be setable. The current scheme almost guarentees that many people will just ignore the default menu and create their own.
Walt, this is perfectly themeable, in theme_block() or your template engine equivalent, you can override the block title and contents to anything if printing the navigation block. The block theme function gets the module and delta details, so you can solidly identify the navigation block. Gabor On Tue, 4 Jul 2006, Walt Daniels wrote:
This seems like a strange thing to can into hard code. I would rather put it somewhere else (themeable) and make it a link to My Account (and no My Account menu item which I can't delete) and have the default name of the default menu be setable. The current scheme almost guarentees that many people will just ignore the default menu and create their own.
sime wrote:
To: those interested in drupal accessibility. Re: version 2 of the Web Content Accessibility Guidelines (in development).
Here is an easy-read insight. In the form of an interview with a WCAG contributor. http://webstandardsgroup.org/features/gian-sampson-wild.cfm You'd also do well to read Joe Clark's thoughts on WCAG2:
"To Hell with WCAG 2": http://alistapart.com/articles/tohellwithwcag2 And the relevant articles on his blog (listed in reverse chronological order, so start at the bottom): http://blog.fawny.org/category/accessibility/web-accessibility/wcag2/ At this point I'm not sure WCAG2 can really tell us anything useful about accessibility. -- Adrian Simmons (aka adrinux) <http://adrinux.perlucida.com> e-mail <mailto:adrinux@perlucida.com>
participants (4)
-
Adrian Simmons -
Gabor Hojtsy -
sime -
Walt Daniels