diff --git a/src/scripts/cp.js b/src/scripts/cp.js index 5c4af22d..1e9f9ab1 100644 --- a/src/scripts/cp.js +++ b/src/scripts/cp.js @@ -1103,7 +1103,7 @@ CoursePresentation.prototype.createInteractionButton = function (element, instan role: 'button', tabindex: 0, 'aria-label': label, - 'aria-popup': true, + 'aria-haspopup': 'dialog', 'aria-expanded': false, 'class': `h5p-element-button h5p-element-button-${element.buttonSize} ${libTypePmz}-button` });