[Webkit-unassigned] [Bug 95939] New: [Refactoring] ButtonInputType of <input> element should have innerElement for AuthorShadowDOM-ready

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 6 00:07:18 PDT 2012


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

           Summary: [Refactoring] ButtonInputType of <input> element
                    should have innerElement for AuthorShadowDOM-ready
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at chromium.org
                CC: tkent at chromium.org, morrita at google.com,
                    webcomponents-bugzilla at chromium.org
            Blocks: 92608


ButtonInputType creates a ButtonRenderer, and its text is rendered using ButtonRenderer::setText.
Since the renderer of its text is always appended as last child of RenderButton, we cannot get text for <shadow> element.

We should create some inner element for ButtonInputType to make <input> AuthorShadowDOM ready.

-- 
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