Can amaya add support for the CSS 2 features :before :after content: attr() and uri() and the generic attribute selector [] ? This would enable easy presentation of acceskeys which are defined for a page (this is important) using a use style sheet: *[accesskey]:before { content: "[" attr( accesskey ) "]" } or *[accesskey]:before { content: "[C-" attr( accesskey ) "]" } for example. It would also enable the "show targets" view option to be re-implemented in CSS: *[id]:beforev , a[name]:before { content: uri(target.png) } and therefore provide a nicer method for identig=fying SVG targets by using some SVG-related convention. (The show map areas could also be applied in SVG using this method). Cheers CharlesReceived on Tuesday, 28 August 2001 23:47:56 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:24:28 GMT