Re: ISSUE-17 (Document alignment): Alignt all ERT WG documents with each other

Hi group,

Carlos A Velasco schrieb:
> Hi Johannes,
> 
> I would also add to the references the URL of the code as <code />.
> Useful when printing:
> 
> <dt>[label]</dt>
> <dd><a href="referenced_document">title</a>. Authors. type of document
> and date. <code>URL</code></dd>

Something similar could by done using the content property in a print 
style sheet:

<style type="text/css" media="print">
dd a {
   text-decoration: none;
   color: #000;
   background: #fff
}
dd a:after {
   content: ". (&lt;" attr(href) ">)";
   display: block
}
</style>

-- 
Johannes Koch
Fraunhofer Institute for Applied Information Technology FIT
Web Compliance Center
Schloss Birlinghoven, D-53757 Sankt Augustin, Germany
Phone: +49-2241-142628    Fax: +49-2241-142065

Received on Friday, 3 July 2009 08:02:15 UTC