Re: cuap: please expand ToC

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