[whatwg] [html5] window.print() undefined

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