aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/controls.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/controls.js')
-rw-r--r--src/js/controls.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/js/controls.js b/src/js/controls.js
index ce4c17ee..615da39e 100644
--- a/src/js/controls.js
+++ b/src/js/controls.js
@@ -57,6 +57,7 @@ const controls = {
icon,
utils.extend(attributes, {
role: 'presentation',
+ focusable: 'false',
}),
);
@@ -293,6 +294,8 @@ const controls = {
min: 0,
max: 100,
value: 0,
+ role: 'presentation',
+ 'aria-hidden': true,
},
attributes,
),