You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edited all requirements that imply that content needs to be fully tested in all orientation. SC is about orientation being locked, rather than ensuring that everything works in all orientations, which has compounding testing implications if it has to be tested after resizing SC is implemented, and reflow SC is implemented. This makes it a simple test. Turn scree orientation, does the page rotate?
Copy file name to clipboardExpand all lines: understanding/21/orientation.html
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ <h1>
15
15
</h1>
16
16
<sectionid="intent">
17
17
<h2>Intent of this Success Criterion</h2>
18
-
<p>The intent of this Success Criterion is to ensure that content displays in the orientation (portrait or landscape) preferred by the user. Some websites and applications automatically set the screen to a particular display orientation and expect
18
+
<p>The intent of this Success Criterion is to ensure that the operation of the content has not been restricted by the author to a particular orientation (portrait or landscape) preferred by the user. Some websites and applications automatically set and lock the screen to a particular display orientation and expect
19
19
that users will respond by rotating their device to match. However, some users have their devices mounted
20
20
in a fixed orientation (e.g. on the arm of a power wheelchair). Therefore, websites and applications need to support both orientations
21
-
by making sure content and functionality is available in each orientation. While changing the orientation may affect the ordering of content and the specific implementation of functionality, all content and functionality must be available regardless of orientation.</p>
21
+
by not locking the orientation.</p>
22
22
<sectionid="benefits">
23
23
<h3>Benefits</h3>
24
24
<ul>
@@ -31,11 +31,11 @@ <h3>Benefits</h3>
31
31
<h2>Examples</h2>
32
32
<ul>
33
33
<li><strong>Example 1: Online video site</strong><br/>
34
-
Videos are not locked to a specific orientation. A user can start a video with their device in a portrait orientation, resulting in a smaller video being displayed and then rotate the device to landscape and have the video expand to fill the entire screen. All controls and functionality are available in either orientation.</li>
34
+
Videos are not locked to a specific orientation. A user can start a video with their device in a portrait orientation or in landscape.</li>
A messaging website can display messages in both portrait and landscape orientations without a loss of content or functionality. </li>
37
37
<li><strong>Example 3: eReader web app</strong><br/>
38
-
An eReader web app can display the contents of a book in both portrait and landscape mode without a loss of content or functionality</li>
38
+
An eReader web app can display the contents of a book in both portrait and landscape.</li>
39
39
<li><strong>Example 4: Check deposit in banking app</strong><br/>
40
40
An example where orientation is essential could be a banking app that requires the device be in landscape mode to easily and accurately capture an image of a check for deposit. These paper forms are typically about twice as wide as they are high.</li>
41
41
<li><strong>Example 5: Piano app</strong><br/>
@@ -68,7 +68,6 @@ <h3>Sufficient</h3>
68
68
<h3>Failure</h3>
69
69
<ul>
70
70
<li>Locking the orientation.</li>
71
-
<li>Functionality that is only available in one orientation.</li>
0 commit comments