[Bug 22081] Needs to be clearer definition of "Spacebar" whether it should be used when non-ASCII space (U+20) is inputted or physical space key is pressed

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22081

Gary Kacmarcik <garykac@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |garykac@google.com

--- Comment #1 from Gary Kacmarcik <garykac@google.com> ---
For consistency with all the other keys, the 'key' value should always be the
Unicode value with all modifier state applied (just like with the alphanumeric
keys).

So 'key' =
   ' ' for normal space
   '\u00a0' for non-breaking space
   '\u3000' for full-width space
   ' ' (location=keypad) for the keypad space

If a programmer cares about the physical spacebar key, then the 'code'
attribute is the proper way to identify that.

I sounds like "Spacebar" should be removed from the 'key' list.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Saturday, 18 May 2013 01:52:10 UTC