Re: CSS3 Paged Media Draft

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.com

Received on Friday, 15 October 1999 14:09:40 UTC