You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi again -
I'm not sure this change is actually a functional solution. Check out https://codesandbox.io/s/vue-focus-lock-forked-1f7gko, which is your original sandbox with vue-focus-lock updated to 2.0.1. It doesn't seem like you can actually tab through anymore, with or without the focus guards enabled.
https://github.com/theKashey/vue-focus-lock/blob/master/src/Lock.vue#L4 has a tabindex of 1 when focus guards are active (by default). WCAG states that tabindex > 0 should never be used, see this explanation
The text was updated successfully, but these errors were encountered: