paulirish / lite-youtube-embed

A faster youtube embed.
https://paulirish.github.io/lite-youtube-embed/
Other
5.6k stars 259 forks source link

fix: (a11y) video can now be played by focusing it and pressing enter #171

Closed MiguelHigueraDev closed 4 months ago

MiguelHigueraDev commented 4 months ago

Added an event listener to handle keypresses, so video can be played without using a mouse by focusing it and pressing the Enter key.

This should help with accessibility.

Edit: I'm sorry, I didn't notice this wasn't an issue. A website had this problem and I thought it was a general issue, but I was wrong.