[Webkit-unassigned] [Bug 83664] New: [Refactoring] Move initial style setting for ProgressValueElement from attach method to create method in HTMLProgressElement.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 10 23:15:20 PDT 2012


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

           Summary: [Refactoring] Move initial style setting for
                    ProgressValueElement from attach method to create
                    method in HTMLProgressElement.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tasak at google.com
                CC: tasak at google.com


HTMLProgressElement initializes ProgressValueElement's width property in attach method (via didElementStateChange). However it is better to initialize the property just after creating shadow subtree, which contains ProgressValueElement and ProgressBarElement.

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