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

Ian Hickson ian at hixie.ch
Tue Jul 19 07:15:53 PDT 2005


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.   `._.-(,_..'--(,_..'`-.;.'



More information about the whatwg mailing list