Ian Hickson wrote: > How would this work, then? > > <p id="a"><a href="#b">foo</a></p> > <p id="b"><a href="#a">bar</a></p> > > a { content: target-content(href); } My interpretation is that you would effectively see: <p>bar</p> <p>foo</p> I base this on the assumption that target-content() works the same as content() in that it only looks at the textual content of the target. Regards, -- Robert Stevahn | mailto:rstevahn@boi.hp.com +1 208 396 4787 | HP Representative, W3C CSS-WG, SVG-WG. Boise, ID, USA. | Personal: mailto:rstevahn@pobox.comReceived on Friday, 15 October 1999 14:09:40 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:00 GMT