Skip to content

Commit 3e09253

Browse files
author
Luis Rodrigues
committed
docs: fix documentation link
1 parent f1ecf6c commit 3e09253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/role-helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ function computeAriaPressed(element) {
227227
* @returns {boolean | undefined} - false/true if (not)expanded, undefined if not expand-able
228228
*/
229229
function computeAriaExpanded(element) {
230-
// https://www.w3.org/TR/wai-aria-1.1/#aria-pressed
230+
// https://www.w3.org/TR/wai-aria-1.1/#aria-expanded
231231
return checkBooleanAttribute(element, 'aria-expanded')
232232
}
233233

0 commit comments

Comments
 (0)