- From: Andi Snow-Weaver <andisnow@us.ibm.com>
- Date: Wed, 30 Apr 2008 09:32:46 -0500
- To: WCAG <w3c-wai-gl@w3.org>
Take a look at this website: http://www.rnib.org.uk/xpedio/groups/public/documents/code/public_rnib003460.hcsp These tabbed navigation designs are quite common on a lot of websites. The first row of links are "tabs" and the second row is a sub-menu of the selected tab. The selected tab and its sub-menu are associated through presentation (color). ARIA will provide a way to programmatically expose this relationship conveyed through presentation (1.3). But what about 1.4? Color is the only "visual" means of conveying which tab is selected. But is this a problem for someone with color vision deficits? The particular color is not relevant. It's the contrast between the light color (yellow) and the dark color (red) that the user needs to be able to detect. Would this example fail 1.4? Should it? Andi
Received on Wednesday, 30 April 2008 14:33:42 UTC