Skip to content

Commit

Permalink
Improvements after review
Browse files Browse the repository at this point in the history
  • Loading branch information
bicpi committed Jan 23, 2014
1 parent cecc762 commit 70ca6da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion reference/forms/types/options/action.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ action
**type**: ``string`` **default**: empty string

This option specifies where to send the form's data on submission (usually an
URI). It's value is rendered as the ``action`` attribute of the ``form``
URI). Its value is rendered as the ``action`` attribute of the ``form``
element. An empty value is considered a same-document reference, i.e. the form
will be submitted to the same URI that rendered the form.
8 changes: 4 additions & 4 deletions reference/forms/types/options/method.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ method

**type**: ``string`` **default**: ``POST``

This option specifies the HTTP method used to submit the form's data. It's
value is rendered as the ``method`` attribute of the ``form`` element and to
perform some consistency checks when evaluating the form after submission.
Possible values are:
This option specifies the HTTP method used to submit the form's data. Its
value is rendered as the ``method`` attribute of the ``form`` element and is
used to decide whether to process the form submission in the
``handleRequest()`` method after submission. Possible values are:
* POST
* GET
Expand Down

0 comments on commit 70ca6da

Please sign in to comment.