Re: Accessibility audit of FSS

On 4 Aug 2009, at 15:58, Bijan Parsia wrote:

> Structural Spec.
[snip]
> "Hide FSS in Example" <-- "FSS" needs to be read out.

<input id="hide-fss" onclick="show_syntaxes(false,bRDFVisible);  
set_display_by_id('hide-fss','none'); set_display_by_id('show- 
fss','');" type="button" value="Hide FSS in Examples"/>
<input id="show-fss" onclick="show_syntaxes(true,bRDFVisible);  
set_display_by_id('hide-fss',''); set_display_by_id('show- 
fss','none');" style="display: none" type="button" value="Show FSS in  
Examples"/>

I believe the simple fix is to use an alt tag, i.e.,:

alt="Show Functional Style Syntax in Examples"

Cheers,
Bijan.

Received on Tuesday, 4 August 2009 15:20:54 UTC