Re: Justification for the cite attribute on ins&del

James Graham (18 oct. 2007 - 17:25) :
> Is there a reason this would be better than a plain <a>, perhaps as  
> the child of the <ins> or <del> elements? I can see several  
> advantages of using <a> - principally that it is well understood by  
> all UAs - and no obvious disadvantages.

<p>The fool is
    <del>
       <a href="http://example.org/clinton">Clinton</a>
    </del>
    <ins cite="http://example.org/changes">
       <a href="http://example.org/bush">Bush</a>
    </ins>
</p>

-- 
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager, QA Activity Lead
   QA Weblog - http://www.w3.org/QA/
      *** Be Strict To Be Cool ***

Received on Thursday, 18 October 2007 09:09:43 UTC