This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23167 - [D3E-key] Define key name for TV
Summary: [D3E-key] Define key name for TV
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - DOM3 Events (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Gary Kacmarcik
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-05 07:20 UTC by Masayuki Nakano
Modified: 2014-06-03 17:37 UTC (History)
4 users (show)

See Also:


Attachments

Description Masayuki Nakano 2013-09-05 07:20:44 UTC
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.
Comment 1 Gary Kacmarcik 2013-09-05 16:17:08 UTC
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.)
Comment 2 Gary Kacmarcik 2014-06-03 17:37:35 UTC
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.