Bug 54173 - Change button-style <input> types to use the new shadow DOM model.
Summary: Change button-style <input> types to use the new shadow DOM model.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 48698
  Show dependency treegraph
 
Reported: 2011-02-10 00:13 PST by Roland Steiner
Modified: 2011-06-04 13:57 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.