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.comReceived on Thursday, 8 November 2001 09:31:03 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 10 August 2007 16:57:15 GMT