USDepartmentofLabor / Comply-Chain

Comply Chain web application with Cordova mobile apps.
3 stars 6 forks source link

Accessibility - Bookmark Page - Needs to Remove Tabindex="-1" for Bookmark Links #206

Closed jfc3-dol closed 3 years ago

jfc3-dol commented 3 years ago

While I tested issue #204 I did noticed in the web version I can not now tab to any of the bookmarked items.

People can not tab to the bookmarked links which have a tabindex="-1" and should be removed. Not sure why these are there because I don't remember them from before.

Please see the attached screenshot.

ialb - comply chain - bookmark page - need to remove tabindex equal negative one from bookmark links
jfc3-dol commented 3 years ago

@pbhatt17

There is no need for a tabindex on the bookmark links because links receive focus when a person tabs to them on their own. I can tab to the links now as expected.

Can you please remove the tabindex="0"?

Keeping the issue open until the tabindex is removed.

jfc3-dol commented 3 years ago

@pbhatt17

The tabindex="0" has been removed from the link as requested, so I'm going to close the issue.