[whatwg] A thought: <a href="..." method="post">

On Wed, 11 May 2005 11:28:25 +0100, Mark Wubben <markwubben at gmail.com>  
wrote:

> An example:
>
>     <a href="/delete/$id/confirm" action="/delete/$id"  
> method="post">delete</a>
>
> What do you think?

That it doesn't look like data to send using POST method.
I'm afraid that in most cases it will be used as:

<a href="#" action="/delete/$id" method="post">delete</a>

So there must be something that requires authors to use it properly...

-- 
regards, Kornel Lesinski

Received on Wednesday, 11 May 2005 03:50:02 UTC