Bug 167018
Summary: | Remove <keygen> | ||
---|---|---|---|
Product: | WebKit | Reporter: | Domenic Denicola <d> |
Component: | DOM | Assignee: | 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: |
Domenic Denicola
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/30799495>
Tim Nguyen (:ntim)
*** Bug 216563 has been marked as a duplicate of this bug. ***
Ahmad Saleem
Is something needed after this commit?
https://github.com/WebKit/WebKit/commit/eb67381495b5815bca642c03f8f5171a8b59c551
Ryosuke Niwa
Yeah, this is done now. Keygen is long dead.
Darin Adler
*** This bug has been marked as a duplicate of bug 235867 ***