- From: <bugzilla@jessica.w3.org>
- Date: Wed, 31 Jul 2013 13:41:25 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22834
Gary Kacmarcik <garykac@google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #2 from Gary Kacmarcik <garykac@google.com> ---
So *every* key press on such a device would have location set to MOBILE?
If so, the meaning of the setting isn't really "mobile", but rather "unknown"
or "unspecified". Non-mobile devices could, in theory, make use of this value
as well.
But looking at Android's keycodes:
http://developer.android.com/reference/android/view/KeyEvent.html
they have separate values for Shift left/right, Control left/right and Meta
left/right. The location field should be set appropriately for these key
events, which precludes the use of MOBILE.
I don't believe that MOBILE is a useful location to have in the spec.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 31 July 2013 13:41:30 UTC