Re: Mozilla: Not unimpressive

> properly, understands accesskey for US-ASCII characters (hold Control 
> and press the character, but as ever you have to know what the 
> character is; accented characters do not work), underlines abbr and 

Actually it covers that one too!  Try the following (noting that,
whilst I've done this as an author style sheet, I think it should be
done as a user style sheet):

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html><head><title>accesskey</title>
<style type="text/css"><!--
[accesskey]:before {content: "[" attr(accesskey) "]"}
// -->
</style>
<p>
<a accesskey='A' id='fred'>Fred</a>

Received on Thursday, 10 May 2001 17:54:23 UTC