git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1053 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-07-11 21:59:57 +00:00
parent fdf2c00681
commit 813c6cb4f3
1 changed files with 5 additions and 5 deletions

View File

@ -28,10 +28,10 @@
&temas; &temas;
&stpeter; &stpeter;
<revision> <revision>
<version>2.9pre1</version> <version>2.9pre2</version>
<date>in progress, last updated 2007-07-10</date> <date>in progress, last updated 2007-07-11</date>
<initials>psa</initials> <initials>psa</initials>
<remark><p>Clarified the definition and handling of the list-multi and list-single field types.</p></remark> <remark><p>Clarified the definition and handling of the list-multi and list-single field types; specified that hidden field values should not be modified unless such behavior is defined for the using protocol; specified that a submission should include all fields provided in the empty form and may include additional fields, but that additional fields must be ignored if not understood by the form-processing entity.</p></remark>
</revision> </revision>
<revision> <revision>
<version>2.8</version> <version>2.8</version>
@ -191,7 +191,7 @@
</tr> </tr>
<tr> <tr>
<td>submit</td> <td>submit</td>
<td>The form-submitting entity is submitting data to the form-processing entity.</td> <td>The form-submitting entity is submitting data to the form-processing entity. The submission SHOULD include all fields that were provided by the form-processing entity. The submission MAY include fields that were not provided in the empty form, but the form-processing entity MUST ignore any fields that it does not understand.</td>
</tr> </tr>
<tr> <tr>
<td>cancel</td> <td>cancel</td>
@ -237,7 +237,7 @@
</tr> </tr>
<tr> <tr>
<td>hidden</td> <td>hidden</td>
<td>The field is not shown to the form-submitting entity, but instead is returned with the form.</td> <td>The field is not shown to the form-submitting entity, but instead is returned with the form. The form-submitting entity SHOULD NOT modify the value of a hidden field, but MAY do so if such behavior is defined for the using protocol.</td>
</tr> </tr>
<tr> <tr>
<td>jid-multi</td> <td>jid-multi</td>