- From: Ian Hickson <ian@hixie.ch>
- Date: Tue, 19 Jul 2005 14:15:53 +0000 (UTC)
On Tue, 19 Jul 2005, Maniac wrote:
>
> Suppose I want to add inprint links' full urls in parenteses after
> links' text. In CSS I can do;
>
> a[href]:after {
> content: attr(href);
> }
>
> But it's not enough since href may contain unresolved URL and I want
> them full.
That's a use case for a new feature in CSS, not in HTML. :-)
--
Ian Hickson U+1047E )\._.,--....,'``. fL
http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,.
Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Tuesday, 19 July 2005 07:15:53 UTC