RESOLVED WONTFIX 118889
HTMLKeygenElement should use didAddUserAgentShadowRoot and not create subclasses of HTMLSelectElement
https://bugs.webkit.org/show_bug.cgi?id=118889
Summary HTMLKeygenElement should use didAddUserAgentShadowRoot and not create subclas...
Ryosuke Niwa
Reported 2013-07-18 22:03:28 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/edf5d89706a067cce8891ffe2e24005a6e076031 HTMLKeygenElement was manually managing the UserAgent ShadowRoot instead of using the "framework" with didAddUserAgentShadowRoot. It also created a subclass of HTMLSelectElement just to set the pseudoId on it to "-webkit-keygen-select". We can remove that and then make HTMLSelectElement FINAL.
Attachments
Ryosuke Niwa
Comment 1 2019-08-16 17:20:55 PDT
We should just remove this comment in https://bugs.webkit.org/show_bug.cgi?id=167018 instead.
Note You need to log in before you can comment on or make changes to this bug.