Bug 107296
Summary: | Implementing platform independent webform UI controls widgets with shadowDOM | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hema <hema.chidanand> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | morrita, rniwa, tkent |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Hema
To make the UI controls like datepicker widget , calendar picker widget , colorpicker widget etc., platform independent based on shadowDOM .
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Why do we want to do that?
"WebKit is an engineering project not a science project (see http://www.webkit.org/projects/goals.html). If you think certain WebCore feature should be implemented using shadow DOM, then please give us compelling justifications.
Kent Tamura
I object this.
Shadow DOM is not suitable for popup-style UI. WebKit has form validation message bubble implemented by Shadow DOM. However it was a wrong decision and we're switching it to native UI (See Bug 95527).