Re: [XHTML2] CITELANG, TITLELANG attributes

>  <p>
>   <cite cite="#foo" href="http://example.org/poems/2">...</cite>
>   ...
>   <quote id="foo">...</quote>
>   ...
>  </p>

Should be:

  <p>
   <cite id="foo" href="http://examples.org/poems/2">...</cite>
   ...
   <quote cite="foo">...</quote>
   ...
  </p>

At least, that makes more sense to me.


-- 
  Anne van Kesteren
  <http://annevankesteren.nl/>

Received on Wednesday, 28 July 2004 14:27:05 UTC