Re: [WSG] Quick accessibility question

2004-06-16 Thread Andy Budd
Richard Rutter wrote: If you want something doing... A script which uses the DOM to automatically underline the letter of a link text which matches its accesskey: http://clagnut.com/sandbox/dynamic-accesskeys/ Any use? In some ways this could be using JavaScript to increase accessibility, or

[WSG] Quick accessibility question

2004-06-15 Thread Andy Budd
Here's a quick (and probably stupid) accessibility question regarding screen readers. labelspanS/spanearch/label I assume the a screen reader will read this out as Search and not S earch. Andy Budd http://www.message.uk.com/ * The discussion

RE: [WSG] Quick accessibility question

2004-06-15 Thread Patrick Lauke
] Sent: 15 June 2004 11:39 To: [EMAIL PROTECTED] Subject: [WSG] Quick accessibility question Here's a quick (and probably stupid) accessibility question regarding screen readers. labelspanS/spanearch/label I assume the a screen reader will read this out as Search and not S earch

Re: [WSG] Quick accessibility question

2004-06-15 Thread Richard Rutter
On 15 Jun 2004, at 12:34, Andy Budd wrote: I agree with you. It's not the nicest way of doing this. I think using the :first-letter pseudo-element selector would probably be a better bet. Much neater, until you need accesskeys for both Search and Services of course. I'm sure some clever

Re: [WSG] Quick accessibility question

2004-06-15 Thread Richard Rutter
On 15 Jun 2004, at 17:55, Richard Rutter wrote: Anyone fancy a bit of fun making that work? Would it actually be useful? If you want something doing... A script which uses the DOM to automatically underline the letter of a link text which matches its accesskey:

RE: [WSG] Quick accessibility question

2004-06-15 Thread Mike Pepper
To: [EMAIL PROTECTED] Subject: Re: [WSG] Quick accessibility question On 15 Jun 2004, at 17:55, Richard Rutter wrote: Anyone fancy a bit of fun making that work? Would it actually be useful? If you want something doing... A script which uses the DOM to automatically underline the letter