Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"meta viewport does not prevent zoom" (b4f0c3): Added changes from TF review to rule. #1364

Merged
merged 4 commits into from
Jul 13, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion _rules/meta-viewport-b4f0c3.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ accessibility_requirements:
forConformance: true
failed: not satisfied
passed: further testing needed
inapplicable: further testing needed
inapplicable: further testing needed
wcag20:1.4.10: # Reflow (AA)
forConformance: true
failed: not satisfied
passed: further testing needed
inapplicable: further testing needed
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's weird spacing on these lines which cause the tests to failed.

input_aspects:
- DOM Tree
acknowledgments:
Expand All @@ -32,6 +37,7 @@ For each test target, the `content` attribute, whose value is mapped to a list o
## Assumptions

- The [page][] has [visible][] [content][].
- There is no other [mechanism](https://www.w3.org/TR/WCAG21/#dfn-mechanism) available to resize the text content.

## Accessibility Support

Expand Down