Bug 95063
Summary: | Reimplement HTMLSelectElement using shadow | ||
---|---|---|---|
Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
Component: | DOM | Assignee: | Web Components Team <webcomponents-bugzilla> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | dglazkov, dominicc |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 91487 |
Shinya Kawanaka
Before making HTMLSelectElement AuthorShadowDOM-ready, it would be better to re-implement HTMLSelectElement using Shadow DOM.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dominic Cooney
<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>.