ynorth-projects / openy_repeat

Decouple openy_repeat.
1 stars 17 forks source link

fix: DS-856 Replace data-toggle with href for keyboard accessibility #35

Closed froboy closed 1 year ago

froboy commented 1 year ago

As per https://getbootstrap.com/docs/4.6/components/modal/#via-data-attributes, either data-target or href can be used to trigger a modal. Since we're using a as the trigger, changing to href will add keyboard accessibility by default, remove the need for tabindex, and retain click behavior.

froboy commented 1 year ago

@podarok for review