Re: keyboard navigation issues

Jon Gunderson wrote:
> 
> Good points Claus.
> We have CSS for adjusting presentation.
> Could we not have some type of style sheet for adjusting user input?

CSS2 offers very little in the way of
style sheet control over the user interface. Features
include:

 - stylistic changes when certain mouse events occur
   (hover, focus)

 - Some control of cursor presentation

 - The ability to refer to system colors and
   fonts in property values.

 - Dynamic outlines (e.g., to show focus).


See also a recent Submission to W3C that discusses "Action Sheets",
which are like style sheets but for behavior. See [1].

 - Ian

[1] http://www.w3.org/TR/NOTE-AS
   
-- 
Ian Jacobs (jacobs@w3.org) 
Tel/Fax: (212) 684-1814 
http://www.w3.org/People/Jacobs

Received on Thursday, 20 August 1998 11:52:55 UTC