From d68888128546e9fcf9adfc486214b18874afcf7c Mon Sep 17 00:00:00 2001 From: Matt King Date: Tue, 21 Jan 2020 10:18:47 -0800 Subject: [PATCH] Revise wording based on latest discussion to make the guidance more specific and actionable. --- aria-practices.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aria-practices.html b/aria-practices.html index e4dabfca31..2d5759a476 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -2345,7 +2345,8 @@

Slider

Sliders typically have a slider thumb that can be moved along a bar or track to change the value of the slider.

- Interaction with widgets implemented using this pattern may not be fully supported by touch based assistive technologies. Authors should fully test this widget before using it for a production ready project. + Users of touch-based assistive technologies may not be able to fully operate widgets that implement this pattern because APIs for capturing the necessary gestures and commands from assistive technologies are not yet available. + Authors should fully test widgets using this pattern with assistive technoligies before considering incorporation into production systems.

Examples