Open
Bug 1264150
Opened 9 years ago
Updated 2 years ago
[UI Events-code] Update KeyboardEvent.code values for conforming to the latest draft
Categories
(Core :: DOM: Events, defect, P3)
Core
DOM: Events
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: masayuki, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: dev-doc-complete, Whiteboard: btpp-active)
* "OSLeft", "OSRight" -> "MetaLeft", "MetaRight" (Chromium still uses the old values, though)
* "VolumeDown", "VolumeUp", "VolumeMute" -> "AudioVolumeDown", "AudioVolumeUp", "AudioVolumeMute" (Chromium still uses the old values, though)
* Drop "IntlHash" definition.
* Use "Unidentified" instead of empty string.
Reporter | ||
Comment 1•9 years ago
|
||
Updated•9 years ago
|
Whiteboard: btpp-active
Updated•8 years ago
|
Keywords: dev-doc-needed
Comment 2•8 years ago
|
||
Docs have been updated: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code
Firefox 48 for developers updated too.
Keywords: dev-doc-needed → dev-doc-complete
Reporter | ||
Comment 3•7 years ago
|
||
Reporter | ||
Comment 4•7 years ago
|
||
Filed Chromium's bug for Unidentified:
https://bugs.chromium.org/p/chromium/issues/detail?id=834188
If they agree with the new spec, we should update our code value list to conform to the latest draft.
Updated•7 years ago
|
Priority: -- → P3
Reporter | ||
Comment 6•4 years ago
|
||
Resetting assignee which I don't work on in this several months.
Assignee: masayuki → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•