Bug 54173

Summary: Change button-style <input> types to use the new shadow DOM model.
Product: WebKit Reporter: Roland Steiner <rolandsteiner>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, dominicc, morrita
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 48698    

Description Roland Steiner 2011-02-10 00:13:54 PST
Convert the following <input> types to use the new shadow DOM:
    
    Button
    File
    Submit
    Reset
    Image
Comment 1 Roland Steiner 2011-02-10 00:43:20 PST
Added these input types for completeness - may or may not actually require any refactoring.
Comment 2 Dominic Cooney 2011-02-13 18:25:13 PST
Image input doesn’t use shadow DOM; it uses a RenderImage, which looks clean (to me).
Comment 3 Dimitri Glazkov (Google) 2011-06-04 13:57:21 PDT
This is now done.