- From: Maniac <Maniac@SoftwareManiacs.Org>
- Date: Tue, 19 Jul 2005 17:26:24 +0400
Ian Hickson wrote:
>What functionality are you lacking? (Both in screen and print.)
>
>
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.
Received on Tuesday, 19 July 2005 06:26:24 UTC