Timing Adjustable
Timing Adjustable is an accessibility requirement stating that when a website or application sets a time limit, users should generally be able to turn it off, adjust it, or extend it before it runs out. This helps people who need more time to read content, complete forms, or interact with a page. It is a Level A criterion in the Web Content Accessibility Guidelines (WCAG), the level most fundamental to accessibility.
Timing Adjustable is WCAG Success Criterion 2.2.1 (Level A). It requires that for each time limit set by the content, at least one of the following is true: the user can turn off the time limit before encountering it; the user can adjust the time limit before encountering it over a wide range that is at least ten times the length of the default setting; the user is warned before time expires and given at least 20 seconds to extend the limit with a simple action (such as pressing a key), and can extend it at least ten times; the time limit is a required part of a real-time event (for example, an auction) and no alternative is possible; the time limit is essential and extending it would invalidate the activity; or the time limit is longer than 20 hours. This criterion appears across WCAG 2.0, 2.1, and 2.2. Meeting this success criterion supports but does not by itself guarantee an overall accessible experience or legal compliance, and applicable legal obligations depend on jurisdiction; consult qualified counsel and current agency guidance.
Why it matters
Time limits are common on the web, appearing in session timeouts, checkout flows, online forms, quizzes, and banking or government portals. For many users, a countdown that works fine for one person can create an insurmountable barrier for another. People who use screen readers or keyboard navigation, those with cognitive or learning disabilities, individuals with limited dexterity, and anyone who reads more slowly may need substantially more time to absorb content or complete an interaction. When a time limit expires without warning, users can lose entered data, be logged out mid-task, or be blocked from finishing a critical activity such as scheduling an appointment or submitting a benefits application.
Timing Adjustable (WCAG Success Criterion 2.2.1) addresses this by requiring that users generally be able to turn off, adjust, or extend a time limit before it runs out. Because it is a Level A criterion, the most fundamental conformance level in WCAG, it is widely treated as a baseline expectation rather than an enhancement. The criterion appears consistently across WCAG 2.0, 2.1, and 2.2, reflecting its long-standing role in the guidelines.
Meeting this success criterion supports a more equitable experience, but it does not by itself guarantee overall accessibility or legal compliance. Automated tools can flag some timing behaviors, yet confirming that warnings appear, that extension mechanisms work, and that the extension range is adequate typically requires manual and assistive technology testing. Legal obligations vary by jurisdiction and evolve through regulation and case law, so organizations should consult qualified counsel and current agency guidance rather than relying on conformance alone.
Who it's relevant to
Inside Timing Adjustable
Common questions
Answers to the questions practitioners most commonly ask about Timing Adjustable.