Bug 54173
| Summary: | Change button-style <input> types to use the new shadow DOM model. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Roland Steiner <rolandsteiner> |
| Component: | DOM | Assignee: | 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 | ||
Roland Steiner
Convert the following <input> types to use the new shadow DOM:
Button
File
Submit
Reset
Image
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Roland Steiner
Added these input types for completeness - may or may not actually require any refactoring.
Dominic Cooney
Image input doesn’t use shadow DOM; it uses a RenderImage, which looks clean (to me).
Dimitri Glazkov (Google)
This is now done.