- From: Charles McCathieNevile <charles@w3.org>
- Date: Fri, 13 Sep 2002 10:21:01 -0400 (EDT)
- To: Ineke van der Maat <inekemaa@xs4all.nl>
- cc: Access Systems <accessys@smart.net>, <w3c-wai-ig@w3.org>
Well, if you want accessible software you might be using the stuff being produced in Beijing for one of Sun's accessibility projects (I forget if it is Mozilla or GNOME or something else, but I think one of those two). Accesskeys are something that should be localised with a site. They are useful when they are memorable... In any event, it is important that browsers are designed to override the default accesskey when that is not available, and provide something else. And therefore the browser needs to inform the user what the accesskeys are (since only it knows what it did...). iCab does this already, using something that works like the following CSS2 rule (if I have the CSS rule correct): *[accesskey]:after { content: '<'attr(accesskey)'>' } a[accesskey]>img:after { content: '' } (for anything that has an accesskey attribute, that doesn't have an img in it, add <x> afterwards, where x is the value of the accesskey attribute). Cheers Chaals On Fri, 13 Sep 2002, Ineke van der Maat wrote: > >Hello Bob, > >You wrote: >And I wonder how "accessible" the Chinese will keep thier websites. >> > >When people on this list are prepared to learn Chinese, they can teach >Chinese developpers to build accessible sites. >Or may be thought this too simply..? > >Zaijian >Ineke > > > > > >----- Original Message ----- >From: "Access Systems" <accessys@smart.net> >To: "Ineke van der Maat" <inekemaa@xs4all.nl> >Cc: <w3c-wai-ig-request@w3.org> >Sent: Friday, September 13, 2002 4:00 PM >Subject: Re: Access Keys - your collective help is urgently requested! > > >> On Fri, 13 Sep 2002, Ineke van der Maat wrote: >> >> > sorry to throw water on the fire but I'm afraid too many American's >> > forget >> > > this is a "WORLD WIDE WEB" and microsoft is not the only operating >> > system in existence >> > >> > It is still worse. Most developpers forget that ultimately there >will be >> > more Asian (Chinese?) sites in the Web as (American) English. >> > Especcially when China is the Olympic Games Center of the world. >> >> for sure, while I don't use Chinese I do speak some Japanese and have >> Japanese on my Linux system and it gets "interesting" >> >> And I wonder how "accessible" the Chinese will keep thier websites >> >> Bob >> >> ASCII Ribbon Campaign accessBob >> NO HTML/PDF/RTF in e-mail >accessys@smartnospam.net >> NO MSWord docs in e-mail Access Systems, >engineers >> NO attachments in e-mail, *LINUX powered* access is a civil >right >> >*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*# >*#*#*# >> THIS message and any attachments are CONFIDENTIAL and may be >> privileged. They are intended ONLY for the individual or entity named >> above. If you are not the intended recipient, Please notify the sender >as >> soon as possible. Please DO NOT READ, COPY, USE, or DISCLOSE this >> communication to others and DELETE it from your computer systems. >Thanks >> >> >> > -- Charles McCathieNevile http://www.w3.org/People/Charles tel: +61 409 134 136 SWAD-E http://www.w3.org/2001/sw/Europe ------------ WAI http://www.w3.org/WAI 21 Mitchell street, FOOTSCRAY Vic 3011, Australia fax(fr): +33 4 92 38 78 22 W3C, 2004 Route des Lucioles, 06902 Sophia Antipolis Cedex, France
Received on Friday, 13 September 2002 10:21:02 UTC