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: _rules/css-restrict-orientation-b33eff.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ name: Orientation of the page is not restricted using CSS transforms
4
4
rules_format: 1.1
5
5
rule_type: atomic
6
6
description: |
7
-
This rule checks that page content is not restricted to either `landscape` or `portrait` orientation using CSS transforms
7
+
This rule checks that page content is not restricted to either `landscape` or `portrait` orientation using CSS transforms.
8
8
accessibility_requirements:
9
9
wcag21:1.3.4: # Orientation
10
10
forConformance: true
@@ -198,7 +198,7 @@ A page where CSS [transform](https://www.w3.org/TR/css-transforms/#propdef-trans
198
198
199
199
#### Failed Example 3
200
200
201
-
This page appears rotated at a slight angle of 2.5 degrees for stylistic purposes, but is locked in portrait orientation by applying a 92.5 degree rotation when in landscape orientation:
201
+
This page appears rotated at a slight angle of 2.5 degrees for stylistic purposes, but is locked in `portrait` orientation by applying a 92.5 degree rotation when in `landscape` orientation:
202
202
203
203
```html
204
204
<htmllang="en">
@@ -300,7 +300,7 @@ A page where CSS [transform](https://www.w3.org/TR/css-transforms/#propdef-trans
Copy file name to clipboardExpand all lines: pages/glossary/outcome.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ A conclusion that comes from evaluating an ACT Rule on a [test subject][] or one
17
17
18
18
When there are no test targets the rule has one `inapplicable` outcome. If the tester is unable to determine whether there are test targets there will be one `cantTell` outcome. And when no evaluation has occurred the test target has one untested outcome. This means that each [test subject][] always has one or more outcomes.
19
19
20
-
Outcomes used in ACT Rules can be expressed using the [outcome property][] of the [[EARL10-Schema]][].
20
+
Outcomes used in ACT Rules can be expressed using the [outcome property][] of the [EARL10-Schema][earl10-schema].
0 commit comments