[Webkit-unassigned] [Bug 20027] Keyup/keydown keyIdentifier assignments are not W3C compliant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 23 20:49:01 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20027





------- Comment #5 from jacobsallanster at gmail.com  2008-07-23 20:49 PDT -------
There were a few misassignments of keycodes made that have
consequences for keyIdentifier assignments.  These were discovered
by comparing the keyIdentifier assignments independently made for
Firefox and Opera.  With these corrections, it is my belief that
the probability of an error is now roughly 1 in 10000 for Firefox
and Internet Explorer.  The error rate for Opera is larger.  The
database detected conflicts in keyCode assignments for Opera that
cannot be patched.

The assignment  
Czech (QWERTY)  32      U+00b4
should not have been made at all.

The line reading
Czech (QWERTY)  187     U+02c7
should read
Czech (QWERTY)  187     U+00b4

The line reading
Czech (QWERTY)  220     U+0027
should read
Czech (QWERTY)  220     U+00a8

The line reading
Latin American  187     U+002a
should read
Latin American  187     U+002b

The line reading
Latin American  191     U+002b
should read
Latin American  191     U+007d


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list