From 88708ef191c606590a87447365970d3f8fa48c37 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 5 May 2025 13:26:42 +0100 Subject: [PATCH 01/19] Replace strong paragraph with actual heading markup --- understanding/20/timing-adjustable.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/understanding/20/timing-adjustable.html b/understanding/20/timing-adjustable.html index cf437542a3..e17c4915f9 100644 --- a/understanding/20/timing-adjustable.html +++ b/understanding/20/timing-adjustable.html @@ -51,11 +51,7 @@

Intent of Timing Adjustable

Content that operates on a timer does not need to be time adjustable if there is an alternative that does not rely on a timer. For example, a web application such as an email client provides notification of new email arriving with a temporary message (such as a 'toast' message) in the lower right-hand side of the interface, and the message disappears after 5 seconds. Users are able to identify the arrival of email through other means, such as viewing the Inbox, so the disappearance of the message does not set a time limit on the their ability to determine if new mail has arrived. If the user has no other means of discovering the same information (or performing the same function), then each message would need to meet this success criterion in order to provide users with sufficient time to access the information.

-

- - Notes regarding server time limits - -

+

Notes regarding server time limits