Bug 56211 - Change button element to use the new shadow DOM model
Summary: Change button element to use the new shadow DOM model
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on: 75301
Blocks: 97279
  Show dependency treegraph
 
Reported: 2011-03-11 11:31 PST by Ryosuke Niwa
Modified: 2019-10-04 22:25 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 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.
Comment 1 Dominic Cooney 2011-11-20 18:02:01 PST
This does not block shadow content plumbing.
Comment 2 Ryosuke Niwa 2019-10-04 22:25:46 PDT
Not gonna do this.