Bug 118889

Summary: HTMLKeygenElement should use didAddUserAgentShadowRoot and not create subclasses of HTMLSelectElement
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: jonlee, kling, koivisto
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.