- From: Daniel W. Connolly <connolly@beach.w3.org>
- Date: Wed, 10 Jul 1996 17:37:44 -0400
- To: Abigail <abigail@uk.fnx.com>
- cc: www-html@w3.org
In message <31E3DBF3.167EB0E7@uk.fnx.com>, Abigail writes:
>alex@activevoice.com wrote:
>>
>> Subject: HTML extensions for keyboard control.
>>
While the recent proposal seems at odds with traditional
HTML design goals, we have been messing around with keyboard
"shortcut" stuff at W3C.
For example, see:
http://www.w3.org/pub/WWW/MarkUp/Cougar/HTML.dtd
<!ELEMENT LABEL - - (%text)* -(LABEL) -- field label text -->
<!ATTLIST LABEL
%attrs; -- id, class, style, lang, dir --
for IDREF #IMPLIED -- matches field ID value --
accesskey CDATA #IMPLIED -- accessibility key character --
title CDATA #IMPLIED -- advisory title string --
onClick %script #IMPLIED -- intrinsic event --
>
The way this is used is, for example:
<FORM>
<LABEL ACCESSKEY="U">User Name<INPUT
TYPE="INPUT" NAME=USER></LABEL>
</FORM>
which might, for example, underline the U in "User Name".
Dan
Received on Wednesday, 10 July 1996 17:37:48 UTC