Simultaneous playback button for multiple audio / video
npm install @w0s/button-media-same-play

- If you press the button during pause, the playback starts from the position with the lowest playback time.
- Pause if you press a button during playback.
- If all the target media elements has finished playing, start playing from the beginning.
``HTML
aria-controls="video1 video2"
>Simultaneous playback
``
type [optional]type="button". According to the description in the HTML specification, The missing value default and invalid value default are the Submit Button state.
aria-controls [required]aria-controls attribute of WAI-ARIA for details.