Skip to content

Commit 1726bad

Browse files
authored
Merge pull request #780 from w3c/mjm-fix-issue-779
1.3.4 Orientation - update guidance for non-web documents and software and add examples
2 parents 6298c64 + deaeeb2 commit 1726bad

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

comments-by-guideline-and-success-criterion.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,30 @@ See also the [Comments on Closed Functionality](#comments-on-closed-functionalit
131131
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).
132132

133133
##### orientation
134+
###### Applying SC 1.3.4 Orientation to Non-Web Documents
134135

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+
<div class="example wcag2ict documents">
136138

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>
138143

139-
<div class="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
142145

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+
<div class="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+
<div class="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>
143158
<div class="note wcag2ict software">
144159

145160
See also the [Comments on Closed Functionality](#comments-on-closed-functionality).</div>

0 commit comments

Comments
 (0)