<div dir="ltr">On Mon, Oct 20, 2008 at 7:32 AM, Julian Reschke <span dir="ltr">&lt;<a href="mailto:julian.reschke@gmx.de">julian.reschke@gmx.de</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Håkon Wium Lie wrote:<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="Ih2E3d">
I&#39;d like to have a simple way of using &lt;button&gt; along with &lt;a&gt; to<br>
create pretty links. This markup works in Opera, Mozilla, and Webkit:<br>
<br>
 &nbsp;&lt;a href=&quot;<a href="http://www.w3.org/" target="_blank">http://www.w3.org/</a>&quot;&gt;&lt;button&gt;W3C&lt;/button&gt;&lt;/a&gt;<br>
<br>
but it&#39;s not valid HTML5 it seems. I propose to make it valid.<br>
<br>
The inverse (a inside button) only works in Webkit.<br></div>
...<br>
</blockquote>
<br>
So a link that looks like a button? Maybe I&#39;m missing something, but why would you ever want that?<br>
<br>
Users are trained that there&#39;s a difference between following links and pressing buttons, so it seems to be a bad idea to blur that distinction.<br>
<br>
Of course, buttons that look like links are a much bigger problem.<br>
<br>
BR, Julian<br>
</blockquote></div><br>Not really.&nbsp; To a user, a button just means &quot;press this to go to another page, possibly also submitting a form&quot;.&nbsp; We&#39;re well trained to accept buttons as plain links, though - just look at how many navs are styled in a button-like manner.<br>
<br>Even within the context of &quot;press a button to do something with a form&quot;, it&#39;s reasonable to want your buttons and links styled the same.&nbsp; Say you have a Submit and a Cancel button.&nbsp; Submit would post the form, while Cancel would just be a bare link out to some other page.&nbsp; In this case, you want both to have similar looks so as to present a cohesive UI.<br>
<br>(I have no particular opinion on Hakon&#39;s proposal, though.&nbsp; I get around this by never using plain &lt;button&gt;s - mine are always styled in such a way that links can copy.)<br><br>~TJ<br></div>