We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ecf6c commit 3e09253Copy full SHA for 3e09253
src/role-helpers.js
@@ -227,7 +227,7 @@ function computeAriaPressed(element) {
227
* @returns {boolean | undefined} - false/true if (not)expanded, undefined if not expand-able
228
*/
229
function computeAriaExpanded(element) {
230
- // https://www.w3.org/TR/wai-aria-1.1/#aria-pressed
+ // https://www.w3.org/TR/wai-aria-1.1/#aria-expanded
231
return checkBooleanAttribute(element, 'aria-expanded')
232
}
233
0 commit comments