- From: Rijk van Geijtenbeek <rijk@opera.com>
- Date: Thu, 08 Nov 2001 15:31:27 +0100
- To: www-talk@w3.org
Gerald Oskoboiny <gerald@w3.org> wrote:
>Browser developers, here's a feature request: add an option to
>make all the named anchors in a document visible and clickable,
>and allow that option to be toggled on/off using the keyboard.
Easy with an user stylesheet:
a[name]:after, *[id]:after
{
content: " " attr(name) attr(id);
font-size: x-small;
color: white;
background: red;
}
--
If you don't like having choices | Rijk van Geijtenbeek
made for you, you should start | Documentation & QA
making your own. - Neal Stephenson | mailto:rijk@opera.com
Received on Thursday, 8 November 2001 09:31:03 UTC