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

RE: [WSG] Quick accessibility question

2004-06-15 Thread Patrick Lauke
Tested with JAWS 4.02, and yes, it reads it as search. That's not to say, though, that all screenreaders behave this way... Let me guess...underlines for accesskeys ? One thing that worries me about doing those sorts of things is that the result is very...non semantic. Not sure how, say, search

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