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.
aria-disabled
1 parent dd0b0e6 commit 367935fCopy full SHA for 367935f
templates/pageLevelProgressItem.jsx
@@ -69,6 +69,7 @@ export default function PageLevelProgressItem(props) {
69
isIncorrect && `${_globals._accessibility._ariaLabels.answeredIncorrectly}.`,
70
compile(a11y.normalize(altTitle || title))
71
])}
72
+ aria-disabled={(_isLocked || !_isVisible) ? true : null}
73
>
74
75
<span className="pagelevelprogress__item-title drawer__item-title">
0 commit comments