Bug 54182

Summary: Ensure checkable <input> types work under the new shadow DOM model.
Product: WebKit Reporter: Roland Steiner <rolandsteiner>
Component: DOMAssignee: 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    

Description Roland Steiner 2011-02-10 00:47:53 PST
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.
Comment 1 Dominic Cooney 2011-02-13 17:30:42 PST
Is there anything to do here? It looks like checkboxes and radio buttons are rendered with -webkit-appearance: checkbox/radio styles.
Comment 2 Roland Steiner 2011-02-13 23:35:35 PST
Dominic verified the code to make sure it's not affected by shadow DOM - closing the bug.