RESOLVED INVALID 95063
Reimplement HTMLSelectElement using shadow
https://bugs.webkit.org/show_bug.cgi?id=95063
Summary Reimplement HTMLSelectElement using shadow
Shinya Kawanaka
Reported 2012-08-27 02:27:26 PDT
Before making HTMLSelectElement AuthorShadowDOM-ready, it would be better to re-implement HTMLSelectElement using Shadow DOM.
Attachments
Dominic Cooney
Comment 1 2013-01-07 23:38:11 PST
<select> should not be implemented using Shadow DOM, because it can render content outside of the viewport. Shadow DOM alone is not sufficient to reimplement <select>.
Note You need to log in before you can comment on or make changes to this bug.