Bug 56211

Summary: Change button element to use the new shadow DOM model
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Enhancement CC: adele, dglazkov, dominicc, enrica, morrita, shinyak
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 75301    
Bug Blocks: 97279    

Ryosuke Niwa
Reported 2011-03-11 11:31:56 PST
We should re-implement the button element using the new shadow DOM model. Button element poses a new challenge as DOM inside the button element must be a part of the host element and visible to scripts. e.g. scripts must be able to access all text nodes and b element in <button>hello <b>world</b></button> outside of the shadow DOM.
Attachments
Dominic Cooney
Comment 1 2011-11-20 18:02:01 PST
This does not block shadow content plumbing.
Ryosuke Niwa
Comment 2 2019-10-04 22:25:46 PDT
Not gonna do this.
Note You need to log in before you can comment on or make changes to this bug.