From b647af256c5eb2fe3742520521d13459fc1ed53e Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Mon, 23 Apr 2018 00:01:19 +1000 Subject: More a11y stuff and context menu fix --- src/js/controls.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/js/controls.js') 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, ), -- cgit v1.2.3