Re: Doubt about href attribute

Jose,

We are in the middle of a discussion about the HREF attribute, actually.
What's for sure is that you should be careful about the second one, as
LINK elements in the body tend to be mistreated by browsers, and thus
browser-based tools don't do very well.

What we're currently considering is the attribute @resource to indicate
a non-clickable URI reference.

-Ben

José Manuel Cantera Fonseca wrote:
> 
> Hello all,
> 
> Is this valid in RDF-A?
> 
> <div class="v:Org" about="#company1">
>    <p>
>        We offer <span property="ex:servicesOffered"
> href="ex:ITConsulting">IT Consulting Services</span>
>    </p>
> </div>
> 
> or should I use this instead?
> 
> <div class="v:Org" about="#company1">
>    <p>
>        We offer IT Consulting Services
>    </p>
>    <link rel="ex:servicesOffered" href="ex:ITConsulting" />
> </div>
> 
> Thanks and best regards
> 
> 

Received on Monday, 4 June 2007 21:45:28 UTC