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
Copy file name to clipboardExpand all lines: comments-by-guideline-and-success-criterion.md
+20-5Lines changed: 20 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,15 +131,30 @@ See also the [Comments on Closed Functionality](#comments-on-closed-functionalit
131
131
This applies directly as written, and as described in [Intent from Understanding Success Criterion 1.3.3](https://www.w3.org/WAI/WCAG22/Understanding/sensory-characteristics#intent).
132
132
133
133
##### orientation
134
+
###### Applying SC 1.3.4 Orientation to Non-Web Documents
134
135
135
-
###### Applying SC 1.3.4 Orientation to Non-Web Documents and Software
136
+
This applies directly as written, and as described in [Intent from Understanding Success Criterion 1.3.4](https://www.w3.org/WAI/WCAG22/Understanding/orientation#intent), except for non-web documents that will never be displayed on hardware that is reoriented in typical use.
137
+
<divclass="example wcag2ict documents">
136
138
137
-
This applies directly as written, and as described in [Intent from Understanding Success Criterion 1.3.4](https://www.w3.org/WAI/WCAG22/Understanding/orientation#intent).
139
+
Examples of non-web documents that will never be displayed on hardware that is reoriented in typical use include but are not limited to:
140
+
- a building directory that is only displayed on displays (of any type including tablets) that are all fixed to the wall in one orientation,
141
+
- reports of results of a test that are displayed only on the screen of the testing device, and
142
+
- the status report sent to the screen of a copy machine (but not the status report that would be sent to a web interface to the same machine).</div>
138
143
139
-
<divclass="note wcag2ict">
140
-
141
-
Content that is only used on hardware with a fixed display orientation or that has no sensor to detect or change the orientation is covered under the essential exception and does not need to provide support for orientation changes.</div>
144
+
###### Applying SC 1.3.4 Orientation to Non-Web Software
142
145
146
+
This applies directly as written, and as described in [Intent from Understanding Success Criterion 1.3.4](https://www.w3.org/WAI/WCAG22/Understanding/orientation#intent), except for non-web software that will never be displayed on hardware that is reoriented in typical use.
147
+
<divclass="note wcag2ict software">
148
+
149
+
Non-web software that is only used on hardware that supports a single display orientation, or where it is an application that is displayed only on hardware that is physically fixed in one orientation (e.g. a digital building directory) is excluded by the precondition and therefore does not need to provide support for orientation changes.</div>
150
+
<divclass="example wcag2ict software">
151
+
152
+
Examples of non-web software that will never be displayed on hardware that is reoriented in typical use include but are not limited to:
153
+
- software for a typical calculator that does not support screen re-orientation,
154
+
- software menus and controls on a copier or other device that is not intended to be viewed in more than one orientation (but not any remote control software or app for the same device that runs on computers or mobile devices),
155
+
- software on a wristwatch that is not intended to be viewed when the watch is not on the wrist, and
156
+
- special applications such as software for displays around a building that will only be used on a known set of displays that are all permanently affixed in the same orientation.
157
+
</div>
143
158
<divclass="note wcag2ict software">
144
159
145
160
See also the [Comments on Closed Functionality](#comments-on-closed-functionality).</div>
0 commit comments