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
Reported 2013-01-18 09:41:25 PST
To make the UI controls like datepicker widget , calendar picker widget , colorpicker widget etc., platform independent based on shadowDOM .
Attachments
Ryosuke Niwa
Comment 1 2013-01-18 10:48:14 PST
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
Comment 2 2013-01-18 18:40:00 PST
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).
Note You need to log in before you can comment on or make changes to this bug.