Bug 167018 - Remove <keygen>
Summary: Remove <keygen>
Status: RESOLVED DUPLICATE of bug 235867
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
: 216563 (view as bug list)
Depends on: 200850
Blocks:
  Show dependency treegraph
 
Reported: 2017-01-13 14:08 PST by Domenic Denicola
Modified: 2022-07-29 16:12 PDT (History)
12 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Domenic Denicola 2017-01-13 14:08:47 PST
IE/Edge never implemented keygen, and Blink has removed it. Gecko and WebKit indicated interest in doing so. As such, we've removed it from the specification: https://github.com/whatwg/html/pull/2221 . Note that the parser behavior is retained, but it becomes a HTMLUnknownElement.

Tests for the removal are at https://github.com/w3c/web-platform-tests/pull/4402
Comment 1 Radar WebKit Bug Importer 2017-03-01 20:45:25 PST
<rdar://problem/30799495>
Comment 2 Tim Nguyen (:ntim) 2021-11-10 03:27:08 PST
*** Bug 216563 has been marked as a duplicate of this bug. ***
Comment 3 Ahmad Saleem 2022-07-29 15:13:58 PDT
Is something needed after this commit?

https://github.com/WebKit/WebKit/commit/eb67381495b5815bca642c03f8f5171a8b59c551
Comment 4 Ryosuke Niwa 2022-07-29 15:16:29 PDT
Yeah, this is done now. Keygen is long dead.
Comment 5 Darin Adler 2022-07-29 16:12:22 PDT

*** This bug has been marked as a duplicate of bug 235867 ***