phanan / vue-facebook-signin-button

A simple plugin to include a custom Facebook sign-in button into your web app.
137 stars 30 forks source link

Change element to use `<button/>` element for better accessibility. #1

Closed joeldbirch closed 7 years ago

joeldbirch commented 7 years ago

Hey An! I changed the underlying DOM element to use button instead of div so that it gets all the accessibility features it should have, like focussing via keyboard TAB key, etc.

phanan commented 7 years ago

Closing for the same reason from the other repo.