Bug 56211
Summary: | Change button element to use the new shadow DOM model | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Forms | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dominic Cooney
This does not block shadow content plumbing.
Ryosuke Niwa
Not gonna do this.