Skip to content

Amend process definition to remove registration example #3538

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions guidelines/terms/20/process.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@

<p>series of user actions where each action is required in order to complete an activity</p>

<aside class="example"><p>Successful use of a series of Web pages on a shopping site requires users to view
<aside class="example">
<p>Successful use of a series of Web pages on a shopping site requires users to view
alternative products, prices and offers, select products, submit an order, provide
shipping information and provide payment information.
</p></aside>
shipping information and provide payment information.</p>
</aside>

<aside class="example"><p>An account registration page requires successful completion of a <a href="https://www.w3.org/TR/turingtest/">Turing test</a> before
the registration form can be accessed.
</p></aside>
<aside class="example">
<p>After filling in a login/authentication form, the user has to successfully completete a
<a href="https://www.w3.org/TR/turingtest/">Turing test</a> before being logged into the site.</p>
</aside>

</dd>