Hello,

I would suspect that proximity would rule. The title closest to the
content would take precedence. That, I suspect, would be a logical
analytical approach - going from inner most to outer most relative
element.

//beth 


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Steven Pemberton
Sent: Wednesday, June 14, 2006 12:34 PM
To: HTML WG
Cc: public-rdf-in-xhtml-tf.w3.org
Subject: [BULK] - Meaning and priority of standard XHTML properties


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


Reply via email to