Bug 167018

Summary: Remove <keygen>
Product: WebKit Reporter: Domenic Denicola <d>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ahmad.saleem792, ap, bfulgham, cdumez, darin, jiewen_tan, mitz, rniwa, sam, webkit-bug-importer, wilander, zcorpan
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 200850    
Bug Blocks:    

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 ***