web commit by JoshTriplett: Forms default to GET; need method="POST".
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 18 Dec 2006 12:14:46 +0000 (12:14 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 18 Dec 2006 12:14:46 +0000 (12:14 +0000)
doc/bugs/poll_plugin_uses_GET.mdwn

index 9adb6d8705cb237eed0658223988c0e46137c6b1..adf51159a96d23e312fe483aa01f0c58e5c0baa2 100644 (file)
@@ -1,4 +1,6 @@
 The [[plugins/poll]] plugin uses GET for the vote links.  As a result, the
 [[news/openid]] poll has a number of votes from Google. :)
 
-[[bugs/done]] -- [[Joey]]
+done -- [[Joey]]
+
+Not quite; [the `<form>` `method` attribute defaults to GET](http://www.w3.org/TR/html401/interact/forms.html#adef-method).  The forms each need the attribute `method="POST"`.
\ No newline at end of file