Does anyone have any guides to developing standards based/accessible web applications like Basecamp ?
For example a common pattern for website navigation is the tab list of links <ul> <li><a href ...>Cats</li> <li><a href ...>Dogs/li> <li><a href ...>Mice</li> </ul> However web applications often copy the navigation pattern from desktop apps of having the tab to the resource your viewing not a link # .dogs.htm <ul> <li><a href ...>Cats</li> <li><em>Dogs</em></li> <li><a href ...>Mice</li> </ul> Is the second pattern acceptable ? Other questions on building web standards applications might be : how do you direct assistive device users to errors in forms or how do you handle ajax updates to items on the page. Any thoughts/blog posts/podcasts on the subject welcome. Tony ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
