- From: Nicolas Lesbats <nlesbats@etu.utc.fr>
- Date: Tue, 22 Jun 1999 14:19:45 +0200 (MET DST)
- To: www-html@w3.org
Hi, Just have a little question (this was a problem but I now think this is not) about the behavior of the <link> element. Let's take an example. [HTML] <link rel="next" href="next.html" title="Title of Next"> [CSS2] head { display: block } /* display the document head */ link:before { content: attr(title) } /* display the content of the 'title' attribute */ *Will* a *conformant* browser render the expected rendering ? In particular, will the generated content really be a link ? And when can we expect such a behavior ? (what browser with ?) Nico -- Nicolas Lesbats - nlesbats@etu.utc.fr 85 r. Carnot 60200 Compiegne - France 06 86 800 908 Plaider <http://wwwassos.utc.fr/~plaider/> 3:-)
Received on Tuesday, 22 June 1999 08:19:51 UTC