mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
data forms: clarify that the submitting entity may omit optional fields
It is not really spelled out that the submitting entity may omit fields not mark as required by the processing entity. Even though the existence of the <required/> flag on form fields is a strong hint towards this, it is worth to explicitly state that.
This commit is contained in:
parent
357497d259
commit
ce8cbe6f76
@ -191,7 +191,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>submit</td>
|
||||
<td>The form-submitting entity is submitting data to 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>
|
||||
<td>The form-submitting entity is submitting data to 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. Furthermore, the submission MAY omit fields not marked with >required/< by the form-processing entity.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>cancel</td>
|
||||
|
Loading…
Reference in New Issue
Block a user