- From: Johannes Koch <johannes.koch@fit.fraunhofer.de>
- Date: Fri, 03 Jul 2009 10:01:36 +0200
- To: Evaluation and Repair Tools Working Group WG <public-wai-ert@w3.org>
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: ". (<" 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