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.