- From: <bugzilla@jessica.w3.org>
- Date: Fri, 22 Nov 2013 06:28:39 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23886
Bug ID: 23886
Summary: Needs to define key value when dead key is pressed
twice
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: DOM3 Events
Assignee: travil@microsoft.com
Reporter: masayuki@d-toybox.com
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, www-dom@w3.org
On Windows, e.g., dead key "`" is pressed twice, "``" is inputted at second
keypress.
Then, what value is set to the .key of second keydown/keyup event, "``" or "`"?
The first key event causes combining character value for .key values. And if
dead key is succeeded to input a character, the combined character is set to
.key.
Therefore, I think that "``" is consistent result.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 22 November 2013 06:28:44 UTC