From c730866efe49def69315c23a158fc90e56ad06cb Mon Sep 17 00:00:00 2001 From: Robert Kraig Date: Wed, 30 Jan 2019 12:05:12 -0800 Subject: [PATCH] Updating accessibility attribute to progressbar aXe complains this is a non-compatible attribute to be set as `role="presentation"` --- src/js/controls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/controls.js b/src/js/controls.js index f414f6d6..98939f6d 100644 --- a/src/js/controls.js +++ b/src/js/controls.js @@ -334,7 +334,7 @@ const controls = { min: 0, max: 100, value: 0, - role: 'presentation', + role: 'progressbar', 'aria-hidden': true, }, attributes,