W3C home > Mailing lists > Public > public-rdf-in-xhtml-tf@w3.org > June 2006

Meaning and priority of standard XHTML properties

From: Steven Pemberton <steven.pemberton@cwi.nl>
Date: Wed, 14 Jun 2006 21:33:47 +0200
To: "HTML WG" <w3c-html-wg@w3.org>
Cc: "public-rdf-in-xhtml-tf.w3.org" <public-rdf-in-xhtml-tf@w3.org>
Message-ID: <op.ta5hylqpsmjzpq@acer3010.lan>

We have said in XHTML2 that things like

	<a title="gezellig" href="gezellig.html">gezellig</a>

is equivalent to

	<a href="gezellig.html">
		<meta property="title" content="gezellig"/>
	      gezellig
       </a>

The question has arisen, what happens with:

	<a title="Peioria" href="gezellig.html">
		<meta property="title" content="gezellig"/>
	      gezellig
       </a>

 From an RDF point of view, there's no problem (the element has two titles)  
but what should a browser do with respect to, for instance, tool tips?

Steven
Received on Wednesday, 14 June 2006 19:33:56 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:15:02 GMT