Bug 61166
Summary: | [Meta] Change text-based <input> types to the new shadow DOM model | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kent Tamura <tkent> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dglazkov, rolandsteiner |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 54179, 61351 | ||
Bug Blocks: | 48698 |
Kent Tamura
- Just change to the new shadow model by the minimam patch
- Layout by the standard way as possible
- Code cleanup
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kent Tamura
(In reply to comment #0)
> - Just change to the new shadow model by the minimam patch
It's Bug 54179.
> - Layout by the standard way as possible
> - Code cleanup
- Use Element::shadowPseudoId()
- Move classes in html/shadow/TextControlInnerElements to their own files
Dimitri Glazkov (Google)
Even though there's still some cleanup to do, this is done. Right?