From 30aa2685dab73ee935d2ad2b84036641bcec637b Mon Sep 17 00:00:00 2001 From: michael-n-cooper Date: Mon, 30 Mar 2020 20:25:24 +0000 Subject: [PATCH] TRAVIS-CI update from aria-common --- common/terms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/terms.html b/common/terms.html index eb1008689b..0528436751 100644 --- a/common/terms.html +++ b/common/terms.html @@ -99,7 +99,7 @@
Live Region
-

Live regions are perceivable regions of a web page that are typically updated as a result of an external event when user focus may be elsewhere. These regions are not always updated as a result of a user interaction. This practice has become commonplace with the growing use of Ajax. Examples of live regions include a chat log, stock ticker, or a sport scoring section that updates periodically to reflect game statistics. Since these asynchronous areas are expected to update outside the user's area of focus, assistive technologies such as screen readers have either been unaware of their existence or unable to process them for the user. WAI-ARIA has provided a collection of properties that allow the author to identify these live regions and process them: aria-live, aria-relevant, aria-atomic, and aria-busy.

+

Live regions are perceivable regions of a web page that are typically updated as a result of an external event when user focus may be elsewhere. These regions are not always updated as a result of a user interaction. Examples of live regions include a chat log, stock ticker, or a sport scoring section that updates periodically to reflect game statistics. Since these asynchronous areas are expected to update outside the user's area of focus, assistive technologies such as screen readers have either been unaware of their existence or unable to process them for the user. WAI-ARIA has provided a collection of properties that allow the author to identify these live regions and process them: aria-live, aria-relevant, aria-atomic, and aria-busy.

Primary Content Element