Skip to content

Commit 45f7815

Browse files
committed
Removing session scope
1 parent fa4c52f commit 45f7815

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

guidelines/sc/22/redundant-entry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h4>Redundant Entry</h4>
55
<p class="conformance-level">A</p>
66
<p class="change">New</p>
77

8-
<p>Information previously entered by or provided to the user that is required to be entered again in the same <a>process</a> and in the same user-session is either:</p>
8+
<p>Information previously entered by or provided to the user that is required to be entered again in the same <a>process</a> is either:</p>
99

1010
<ul>
1111
<li>auto-populated, or</li>

understanding/22/redundant-entry.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>Status</h2>
1717

1818
<h2>Redundant Entry Success Criteria text</h2>
1919
<blockquote>
20-
<p>Information previously entered by or provided to the user that is required to be entered again in the same <a>process</a> and in the same user-session is either:</p>
20+
<p>Information previously entered by or provided to the user that is required to be entered again in the same <a>process</a> is either:</p>
2121
<ul>
2222
<li>auto-populated, or</li>
2323
<li>available for the user to select.</li>
@@ -41,7 +41,7 @@ <h2>Intent of Redundant Entry</h2>
4141

4242
<p>Requiring people to recall information already entered in the previous steps can cause them to give up or enter incorrect information. The autocomplete feature of browsers is not considered sufficient because it is the content (the web site) that needs to provide the stored information for a redundant entry, or avoid asking for the same information again.</p>
4343

44-
<p>This Success Criterion does not add a requirement to remember information between sessions. A <a>process</a> is defined on the basis of an activity and is not applicable when a user returns after closing a session or navigating away.</p>
44+
<p>This Success Criterion does not add a requirement to remember information between sessions. A <a>process</a> is defined on the basis of an activity and is not applicable when a user returns after closing a session or navigating away. However, a process can run across different domains, so if a check-out process includes a 3rd party payment provider, that would be in scope.</p>
4545

4646
<p>This Success Criterion does not apply if data is provide by the user with a different method, such as uploading a resume in a document format.</p>
4747

0 commit comments

Comments
 (0)