<br><br><div class="gmail_quote">2009/10/6 Hugh Guiney <span dir="ltr">&lt;<a href="mailto:hugh.guiney@gmail.com">hugh.guiney@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Tue, Oct 6, 2009 at 4:15 PM, Erik Vorhes &lt;<a href="mailto:erik@textivism.com">erik@textivism.com</a>&gt; wrote:<br>
&gt; I suppose &lt;a&gt; allows for more functionality in current UAs, but this<br>
&gt; is an interesting proposition, especially if there were a way to<br>
&gt; crosslink &lt;cite&gt; used in this way to the original source (or whatever<br>
&gt; it would point to). Would it be something along the lines of &lt;cite<br>
&gt; for=&quot;aside-id&quot;&gt;, or did you have something else in mind?<br>
<br>
</div>How about &lt;cite cite=&quot;uri&quot;&gt;, as it would have been in XHTML 2?<br>
</blockquote></div><br>I don&#39;t know about others, but that just looks ugly to me (the repetition of &#39;cite&#39; looks unnecessary). I know elegance isn&#39;t crucial, but given the choice between &lt;cite for=&quot;&quot;&gt; and &lt;cite cite=&quot;&quot;&gt; I&#39;d go for the former.<br>
<br>As a possibility though, &lt;cite&gt; could have a &#39;for&#39; attribute in the same manner as a label and also support a &#39;src&#39; attribute to link the element to the original source, giving:<br>&lt;cite for=&quot;aside-id&quot; src=&quot;uri&quot;&gt;<br>
What browsers do with the src attribute can be decided later, but it could easily be used as a more semantically meaningful &lt;a&gt; tag where appropriate.<br>