- From: Ian Jacobs <ij@w3.org>
- Date: Tue, 06 Mar 2001 08:49:11 -0500
- To: Aaron Leventhal <aaronl@netscape.com>
- CC: w3c-wai-ua@w3.org
Aaron Leventhal wrote:
>
> After discussing the fact that we need to allow making all interactive
> elements
> visible, I realized perhaps this should be done through CSS.
Yes, that's a good way to go.
> Do we need a new CSS pseudoelement, such as :interactive?
Can you explain its function?
> Also, would people want to be able to make items with mouseovers look
> different
> from, say, items with onkeystroke events?
> If so, how would that be done in CSS?
CSS2 attribute selectors [1]:
A[onmouseover] { background: yellow; color: black }
_ Ian
[1] http://www.w3.org/TR/CSS2/selector.html#q10
--
Ian Jacobs (jacobs@w3.org) http://www.w3.org/People/Jacobs
Tel: +1 831 457-2842
Cell: +1 917 450-8783
Received on Tuesday, 6 March 2001 08:49:24 UTC