<div dir="ltr">What about an alternative attribute like &quot;navigate&quot; instead of &quot;href&quot;. It would not carry the full weight of the anchor tag, but would handle the 90% use case. It would not allow for the same options as the a tag, and the a tag would continue to work the same way that it has been.<br>
<br><div class="gmail_quote">On Wed, Jul 30, 2008 at 10:45 AM, Smylers <span dir="ltr">&lt;<a href="mailto:Smylers@stripey.com">Smylers@stripey.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Ian Hickson writes:<br>
<br>
&gt; ... global href=&quot;&quot; attribute for all elements ... Unfortunately, I&#39;ve<br>
<div class="Ih2E3d">&gt; been told over and over by implementers that a global href=&quot;&quot; is a bad<br>
&gt; idea<br>
<br>
</div>Noted.<br>
<br>
However:<br>
<div class="Ih2E3d"><br>
&gt; &nbsp; &nbsp;&lt;div class=&quot;ad&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; onclick=&quot;this.getElementsByTagName(&#39;a&#39;)[0].click()&quot;&gt;<br>
&gt;<br>
</div><div class="Ih2E3d">&gt; &nbsp; &nbsp;&lt;article class=&quot;teaser&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; onclick=&quot;location = this.getElementsByTagName(&#39;a&#39;)[0]&quot;&gt;<br>
&gt;<br>
</div><div class="Ih2E3d">&gt; On Thu, 29 May 2008, Frank Hellenkamp wrote:<br>
&gt;<br>
&gt; &gt; In the best case the whole rectangle of the teaser is clickable. At the<br>
&gt; &gt; moment you need some javascript or an a-tag with &quot;display: block&quot; for<br>
&gt; &gt; it, to get this behavior (see example in my last mail).<br>
&gt;<br>
&gt; I don&#39;t think the JS is a big deal.<br>
<br>
</div>Compared to &lt;a href=&quot;...&quot;&gt;, using onlick events generally provides a<br>
worse user experience, such as the status bar not being updated to<br>
indicate a link&#39;s destination in advance of committing to navigate<br>
there.<br>
<br>
It may be, given implementers&#39; requirements, that JavaScript solutions<br>
like the above are the best we can do. &nbsp;But let&#39;s not pretend they are<br>
as good as links that don&#39;t involve scripting.<br>
<font color="#888888"><br>
Smylers<br>
</font></blockquote></div><br></div>