Ian Hickson wrote:
Suppose I want to add inprint links' full urls in parenteses after links' text. In CSS I can do;What functionality are you lacking? (Both in screen and print.)
a[href]:after { content: attr(href); }But it's not enough since href may contain unresolved URL and I want them full.