Add tabindex="0"
whenever .overflow-*-{auto|scroll}
are used for a11y
#2179
Labels
tabindex="0"
whenever .overflow-*-{auto|scroll}
are used for a11y
#2179
In #2162,
axe-core
dep has been bumped after regeneration of ourpackage-lock.json
, leading to changes in pa11y results.More information at #2162 (comment).
One of the new errors caught by pa11y is that we should add
tabindex="0"
whenever.overflow-*-{auto|scroll}
s are used for a11y reasons.A fix has been proposed upstream via twbs/bootstrap#38963.
When this issue will be fixed, don't forget to remove
.overflow-y-scroll, .overflow-y-auto, .overflow-x-scroll, .overflow-x-auto
rules from.pa11yci.json
.The text was updated successfully, but these errors were encountered: