Closed
Bug 1425717
Opened 8 years ago
Closed 8 years ago
DOM3 Events link in KeyboardEvent is linked to UI Events spec and marked as obsolete
Categories
(Developer Documentation Graveyard :: CSS, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: m.unarist, Unassigned)
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent
The specifications table in that page is like this:
| Document Object Model (DOM) Level 3 Events Specification | Obsolete | Initial Definition |
However, it's linked to https://w3c.github.io/uievents/#interface-keyboardevent. It's not DOM3 Events spec, and UI Events spec is not obsolete.
I've tried to edit this article, but actually it refers DOM3 Events:
{{SpecName('DOM3 Events', '#interface-keyboardevent', 'KeyboardEvent')}}
Updated•8 years ago
|
Priority: P5 → P1
Comment 1•8 years ago
|
||
Fixed. The spec table now links to the UI Events spec instead of DOM Level 3.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•