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

WCAG: Enough Time #333

Closed
StephDriver opened this issue Mar 4, 2024 · 0 comments
Closed

WCAG: Enough Time #333

StephDriver opened this issue Mar 4, 2024 · 0 comments
Labels
a11y accessibility audit an inspection or deliberately search for issues.

Comments

@StephDriver
Copy link
Contributor

StephDriver commented Mar 4, 2024

Summary

Action Required

Context

This review considered:

  1. timing adjustable
  2. Pause, stop, hide

Audit Results

Timing Adjustable

There are only three relevant elements where timing might be used: the carousel, the drop down navigation and warning messages.

Of these, the carousel and navigation do not use time delays, but instead change state in response to user input.

Warning messages, for example the warning for an incorrect username and password combination, can be dismissed by the user, but does auto-clear after a short delay. There is no warning that it is about to disappear. The shortness of time before it disappeared made it impossible to inspect the element involved. But the message also causes the screen to scroll so that it is visible (as it appears at the top of the page). This is problematic in itself - the message is not near the input that triggers it, and the screen moves unexpectedly.

These are also causing a change in context, as per 3.2 Predictable. See (see #341) for discussion, and the review should also consider whether they can be programmatically determined as per 4.1 Compatible (see #331).

Pause, Stop, Hide

There is no moving, blinking or scrolling information.

@StephDriver StephDriver added a11y accessibility audit an inspection or deliberately search for issues. labels Mar 4, 2024
This was referenced Mar 7, 2024
@StephDriver StephDriver added this to the A11y Audit (launch) milestone Apr 10, 2024
@StephDriver StephDriver moved this to Debate in Accessibility Apr 12, 2024
@github-project-automation github-project-automation bot moved this from Debate to Done in Accessibility Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y accessibility audit an inspection or deliberately search for issues.
Projects
Status: Done
Development

No branches or pull requests

1 participant