[Webkit-unassigned] [Bug 56211] New: Change button element to use the new shadow DOM model

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 11 11:31:57 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=56211

           Summary: Change button element to use the new shadow DOM model
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: adele at apple.com, dglazkov at chromium.org,
                    rolandsteiner at chromium.org, enrica at apple.com,
                    dominicc at google.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list