mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Use Jonas's suggested wording
This commit is contained in:
parent
e90ead0673
commit
ed41edb80c
@ -526,7 +526,7 @@
|
||||
</li>
|
||||
<li>If there is an <actions/> element, the user-agent usually uses a multi-stage dialog or view, such as a wizard.
|
||||
<ul>
|
||||
<li>The action "execute" is always allowed, and is equivalent to the action "next". A form that has an <actions/> element, no "execute" attribute, and for which <next/> is not an available action is therefore invalid.</li>
|
||||
<li>The action "execute" is equivalent to the action specified in the "execute" attribute. If the "execute" attribute is absent, it defaults to "next". A form which has an <actions/> element and an "execute" attribute which evaluates (taking the default into account if absent) to an action which is not allowed is therefore invalid.</li>
|
||||
<li>The "prev" action is typically the "back" or "previous" button or option in a wizard. If <prev/> is not contained by the <actions/>, it is disabled.</li>
|
||||
<li>The "next" action is typically the "next" button or option in a wizard. If <next/> is not contained by the <actions/>, it is disabled.</li>
|
||||
<li>The "complete" action is typically the "finish" or "done" button or option in a wizard. If <complete/> is not contained by the <actions/>, it is disabled.</li>
|
||||
|
Loading…
Reference in New Issue
Block a user