This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Android has a keycode, KEYCODE_TV. http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_TV Gecko maps it as "Live". However, "Live" is now dropped from the latest editor's draft. I think that "TV" or "Television" should be defined.
The VK_LIVE code was for live content, so the 'Live' became 'LiveContent' to make its function more clear. This was probably not the most appropriate value for a TV key in any case. I agree that we'll probably need to add something like "TV" for this key. There are a lot of Android keys defined that are currently missing from the spec. My plan is to add a separate section for them, but I'd like the section to be generic (covering Android, iOS, et al.)
Fixed in https://dvcs.w3.org/hg/dom3events/rev/2265d13dd473 Most of the Android keys listed were already covered in the Media Controller section. The ones that were missing were added.