[w3c/uievents-key] The last table declares `MediaNextTrack` and `MediaPreviousTrack`, but their current name should be `MediaTrackNext` and `MediaTrackPrevious` (Issue #65)

The last table defines:

> "MediaNextTrack" | No | Seek to next media or program track. (VK_TRACK_NEXT)
> "MediaPause" | No | Pause the currently playing media. (VK_PAUSE)
> "MediaPreviousTrack" | No | Seek to previous media or program track. (VK_TRACK_PREV)

They are must be intended to same as `MediaTrackNext` and `MediaTrackPrevious` in [the Multimedia Keys section](https://w3c.github.io/uievents-key/#keys-multimedia).

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents-key/issues/65
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/uievents-key/issues/65@github.com>

Received on Wednesday, 5 July 2023 08:18:22 UTC