[whatwg] a and button
Philipp Serafin
phil127 at gmail.com
Sun Oct 19 07:54:34 PDT 2008
On Sun, Oct 19, 2008 at 2:57 PM, Håkon Wium Lie <howcome at opera.com> wrote:
> I'd like to have a simple way of using <button> along with <a> to
> create pretty links. This markup works in Opera, Mozilla, and Webkit:
>
> <a href="http://www.w3.org/"><button>W3C</button></a>
>
> but it's not valid HTML5 it seems. I propose to make it valid.
>
> The inverse (a inside button) only works in Webkit.
>
> Cheers,
>
> -h&kon
> Håkon Wium Lie CTO °þe(R)ª
> howcome at opera.com http://people.opera.com/howcome
>
What's wrong with
<button style="text-decoration: underline; color:blue">W3C</button>
?
More information about the whatwg
mailing list