RESOLVED FIXED 54173
Change button-style <input> types to use the new shadow DOM model.
https://bugs.webkit.org/show_bug.cgi?id=54173
Summary Change button-style <input> types to use the new shadow DOM model.
Roland Steiner
Reported 2011-02-10 00:13:54 PST
Convert the following <input> types to use the new shadow DOM: Button File Submit Reset Image
Attachments
Roland Steiner
Comment 1 2011-02-10 00:43:20 PST
Added these input types for completeness - may or may not actually require any refactoring.
Dominic Cooney
Comment 2 2011-02-13 18:25:13 PST
Image input doesn’t use shadow DOM; it uses a RenderImage, which looks clean (to me).
Dimitri Glazkov (Google)
Comment 3 2011-06-04 13:57:21 PDT
This is now done.
Note You need to log in before you can comment on or make changes to this bug.