Bug 54182
Summary: | Ensure checkable <input> types work under the new shadow DOM model. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Roland Steiner <rolandsteiner> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | dglazkov, dominicc, morrita |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 48698 |
Roland Steiner
Input types
Checkbox
Radio
As with button-style input types (https://bugs.webkit.org/show_bug.cgi?id=54173), this bug entry is mainly for record-keeping purposes and may or may not require any actual conversion work.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dominic Cooney
Is there anything to do here? It looks like checkboxes and radio buttons are rendered with -webkit-appearance: checkbox/radio styles.
Roland Steiner
Dominic verified the code to make sure it's not affected by shadow DOM - closing the bug.